| Index: android_webview/native/public/aw_assets.h
|
| diff --git a/android_webview/native/aw_assets.h b/android_webview/native/public/aw_assets.h
|
| similarity index 86%
|
| rename from android_webview/native/aw_assets.h
|
| rename to android_webview/native/public/aw_assets.h
|
| index 16fcafb4c633d3b4af960fc4e005a42b09e7bc6c..9eacabf033272f5421c2e37f127a5d1ac076006e 100644
|
| --- a/android_webview/native/aw_assets.h
|
| +++ b/android_webview/native/public/aw_assets.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_ASSETS_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_AW_ASSETS_H_
|
| +#ifndef ANDROID_WEBVIEW_NATIVE_PUBLIC_AW_ASSETS_H_
|
| +#define ANDROID_WEBVIEW_NATIVE_PUBLIC_AW_ASSETS_H_
|
|
|
| #include <string>
|
|
|
| @@ -33,4 +33,4 @@ bool RegisterAwAssets(JNIEnv* env);
|
|
|
| } // namsespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_AW_ASSETS_H_
|
| +#endif // ANDROID_WEBVIEW_NATIVE_PUBLIC_AW_ASSETS_H_
|
|
|