| 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,
|
|
|