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

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

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/public/aw_assets.h ('k') | android_webview/native/webview_native.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/public/aw_assets.cc
diff --git a/android_webview/native/aw_assets.cc b/android_webview/native/public/aw_assets.cc
similarity index 96%
rename from android_webview/native/aw_assets.cc
rename to android_webview/native/public/aw_assets.cc
index ba734ae3971ceab84ae4a0f633c38e3805802368..e13d04e1165a362809993581826161d1476f7e3f 100644
--- a/android_webview/native/aw_assets.cc
+++ b/android_webview/native/public/aw_assets.cc
@@ -4,7 +4,7 @@
#include <jni.h>
-#include "android_webview/native/aw_assets.h"
+#include "android_webview/native/public/aw_assets.h"
#include "base/android/jni_array.h"
#include "base/android/jni_string.h"
« no previous file with comments | « android_webview/native/public/aw_assets.h ('k') | android_webview/native/webview_native.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698