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

Unified Diff: android_webview/browser/aw_web_preferences_populater_impl.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_preferences_populater_impl.cc
diff --git a/android_webview/native/aw_web_preferences_populater_impl.cc b/android_webview/browser/aw_web_preferences_populater_impl.cc
similarity index 83%
rename from android_webview/native/aw_web_preferences_populater_impl.cc
rename to android_webview/browser/aw_web_preferences_populater_impl.cc
index 5228267e4c6a6bc21611725551bb7a265c369f75..27259698e97a2953fd486910179e8f945efddd69 100644
--- a/android_webview/native/aw_web_preferences_populater_impl.cc
+++ b/android_webview/browser/aw_web_preferences_populater_impl.cc
@@ -2,17 +2,15 @@
// 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_preferences_populater_impl.h"
+#include "android_webview/browser/aw_web_preferences_populater_impl.h"
-#include "android_webview/native/aw_settings.h"
+#include "android_webview/browser/aw_settings.h"
namespace android_webview {
-AwWebPreferencesPopulaterImpl::AwWebPreferencesPopulaterImpl() {
-}
+AwWebPreferencesPopulaterImpl::AwWebPreferencesPopulaterImpl() {}
-AwWebPreferencesPopulaterImpl::~AwWebPreferencesPopulaterImpl() {
-}
+AwWebPreferencesPopulaterImpl::~AwWebPreferencesPopulaterImpl() {}
void AwWebPreferencesPopulaterImpl::PopulateFor(
content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698