| Index: android_webview/browser/aw_settings.h
|
| diff --git a/android_webview/native/aw_settings.h b/android_webview/browser/aw_settings.h
|
| similarity index 93%
|
| rename from android_webview/native/aw_settings.h
|
| rename to android_webview/browser/aw_settings.h
|
| index 3fe69dc0f1d706f704bab92b6d49855eb2d7caa5..0b016cca5c27ab832f38bac7e9978f911072c05f 100644
|
| --- a/android_webview/native/aw_settings.h
|
| +++ b/android_webview/browser/aw_settings.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ANDROID_WEBVIEW_NATIVE_AW_SETTINGS_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_SETTINGS_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_SETTINGS_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_SETTINGS_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| -namespace content{
|
| +namespace content {
|
| struct WebPreferences;
|
| }
|
|
|
| @@ -78,4 +78,4 @@ bool RegisterAwSettings(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_SETTINGS_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_SETTINGS_H_
|
|
|