diff options
author | brettw <brettw@chromium.org> | 2016-02-02 16:51:43 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-03 00:52:49 +0000 |
commit | 1f5feb7e317e3c257090858e950273b64a2e31ef (patch) | |
tree | 9322f3ed006e3c0b0a383fc1439e61ba3674118d /android_webview/browser/net/aw_url_request_context_getter.h | |
parent | e788ae26ee13d972ac0299bd121978cfc7185fb1 (diff) | |
download | chromium_src-1f5feb7e317e3c257090858e950273b64a2e31ef.zip chromium_src-1f5feb7e317e3c257090858e950273b64a2e31ef.tar.gz chromium_src-1f5feb7e317e3c257090858e950273b64a2e31ef.tar.bz2 |
Delete base/prefs and update callers to use components.
Deletes the forwarding headers in base/prefs.
Updates the remaining users of base/prefs includes to use components/prefs.
Sort headers in updated files.
Move PrefServiceFactory out of the base namespace. Update users.
Update all preprocessor stuff in components/prefs to change BASE_PREFS_ to
COMPONENTS_PREFS_.
Add components/prefs to DEPS file of directories where checkdeps fails after
the update.
BUG=583034
Review URL: https://codereview.chromium.org/1662523004
Cr-Commit-Position: refs/heads/master@{#373105}
Diffstat (limited to 'android_webview/browser/net/aw_url_request_context_getter.h')
-rw-r--r-- | android_webview/browser/net/aw_url_request_context_getter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h index bdafa05..46c2146 100644 --- a/android_webview/browser/net/aw_url_request_context_getter.h +++ b/android_webview/browser/net/aw_url_request_context_getter.h @@ -9,7 +9,7 @@ #include "base/files/file_path.h" #include "base/macros.h" #include "base/memory/scoped_ptr.h" -#include "base/prefs/pref_member.h" +#include "components/prefs/pref_member.h" #include "content/public/browser/content_browser_client.h" #include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_job_factory.h" |