Omnibox Style Cleanup
[chromium-blink-merge.git] / android_webview / native / aw_web_preferences_populater_impl.h
blob2a37045905f38f0ea22a71b6e301b965d0416563
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ANDROID_WEBVIEW_NATIVE_AW_WEB_PREFERENCES_POPULATER_IMPL_H_
6 #define ANDROID_WEBVIEW_NATIVE_AW_WEB_PREFERENCES_POPULATER_IMPL_H_
8 #include "android_webview/browser/aw_web_preferences_populater.h"
10 #include "base/compiler_specific.h"
12 struct WebPreferences;
14 namespace content {
15 class WebContents;
18 namespace android_webview {
20 class AwSettings;
22 class AwWebPreferencesPopulaterImpl : public AwWebPreferencesPopulater {
23 public:
24 AwWebPreferencesPopulaterImpl();
25 virtual ~AwWebPreferencesPopulaterImpl();
27 // AwWebPreferencesPopulater
28 virtual void PopulateFor(content::WebContents* web_contents,
29 WebPreferences* web_prefs) OVERRIDE;
34 #endif // ANDROID_WEBVIEW_NATIVE_AW_WEB_PREFERENCES_POPULATER_IMPL_H_