| Index: android_webview/browser/aw_contents_client_bridge.h
|
| diff --git a/android_webview/native/aw_contents_client_bridge.h b/android_webview/browser/aw_contents_client_bridge.h
|
| similarity index 96%
|
| rename from android_webview/native/aw_contents_client_bridge.h
|
| rename to android_webview/browser/aw_contents_client_bridge.h
|
| index db1f28daa98aeb4f720f0dfe9a4f96c25008eef2..38485ec8fc48b79cb9283a4243ccdbac42127826 100644
|
| --- a/android_webview/native/aw_contents_client_bridge.h
|
| +++ b/android_webview/browser/aw_contents_client_bridge.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_CONTENTS_CLIENT_BRIDGE_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_CLIENT_BRIDGE_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_CLIENT_BRIDGE_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_CLIENT_BRIDGE_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -115,4 +115,4 @@ bool RegisterAwContentsClientBridge(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_CLIENT_BRIDGE_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_CLIENT_BRIDGE_H_
|
|
|