Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: android_webview/native/public/aw_assets.h

Issue 937863003: Add AwAssets into android_webview/native/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just move aw_assets to public totally Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/native/aw_media_url_interceptor.cc ('k') | android_webview/native/public/aw_assets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « android_webview/native/aw_media_url_interceptor.cc ('k') | android_webview/native/public/aw_assets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698