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

Unified Diff: android_webview/browser/aw_contents_background_thread_client.cc

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 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
Index: android_webview/browser/aw_contents_background_thread_client.cc
diff --git a/android_webview/native/aw_contents_background_thread_client.cc b/android_webview/browser/aw_contents_background_thread_client.cc
similarity index 92%
rename from android_webview/native/aw_contents_background_thread_client.cc
rename to android_webview/browser/aw_contents_background_thread_client.cc
index d2fa3de8d2ccb714bd808a2d87a7b9a27675ebe2..3a07a585fddc3a86a1617838b452b5fc8f38b0dc 100644
--- a/android_webview/native/aw_contents_background_thread_client.cc
+++ b/android_webview/browser/aw_contents_background_thread_client.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "android_webview/native/aw_contents_background_thread_client.h"
+#include "android_webview/browser/aw_contents_background_thread_client.h"
#include "jni/AwContentsBackgroundThreadClient_jni.h"

Powered by Google App Engine
This is Rietveld 408576698