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

Unified Diff: android_webview/browser/aw_web_contents_view_delegate.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_web_contents_view_delegate.cc
diff --git a/android_webview/native/aw_web_contents_view_delegate.cc b/android_webview/browser/aw_web_contents_view_delegate.cc
similarity index 95%
rename from android_webview/native/aw_web_contents_view_delegate.cc
rename to android_webview/browser/aw_web_contents_view_delegate.cc
index d42b9a6f0da8fdad09b22d06b3d5d937d0d98e8e..c42bcac1886d1b67d3e6a21c3f840b1ba02337fe 100644
--- a/android_webview/native/aw_web_contents_view_delegate.cc
+++ b/android_webview/browser/aw_web_contents_view_delegate.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_web_contents_view_delegate.h"
+#include "android_webview/browser/aw_web_contents_view_delegate.h"
#include "content/public/browser/android/content_view_core.h"
#include "content/public/browser/web_contents.h"

Powered by Google App Engine
This is Rietveld 408576698