| Index: android_webview/browser/aw_debug.h
|
| diff --git a/android_webview/native/aw_debug.h b/android_webview/browser/aw_debug.h
|
| similarity index 75%
|
| rename from android_webview/native/aw_debug.h
|
| rename to android_webview/browser/aw_debug.h
|
| index 0f41f3d4e4491cc20812261ecf59d168fb960da8..8b55a6a74f6c7d6c88ba7df2789001513bde1ee5 100644
|
| --- a/android_webview/native/aw_debug.h
|
| +++ b/android_webview/browser/aw_debug.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_DEBUG_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_DEBUG_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_DEBUG_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_DEBUG_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -17,4 +17,4 @@ bool RegisterAwDebug(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_DEBUG_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_DEBUG_H_
|
|
|