| Index: android_webview/browser/aw_web_contents_delegate.h
|
| diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/browser/aw_web_contents_delegate.h
|
| similarity index 94%
|
| rename from android_webview/native/aw_web_contents_delegate.h
|
| rename to android_webview/browser/aw_web_contents_delegate.h
|
| index 9211606355209850d7fb1586c5d4c6c8112215b0..f816ddca828dcde1eddc50addad15b98ce949c9c 100644
|
| --- a/android_webview/native/aw_web_contents_delegate.h
|
| +++ b/android_webview/browser/aw_web_contents_delegate.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_WEB_CONTENTS_DELEGATE_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_WEB_CONTENTS_DELEGATE_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_AW_WEB_CONTENTS_DELEGATE_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_AW_WEB_CONTENTS_DELEGATE_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -71,4 +71,4 @@ bool RegisterAwWebContentsDelegate(JNIEnv* env);
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_WEB_CONTENTS_DELEGATE_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_AW_WEB_CONTENTS_DELEGATE_H_
|
|
|