diff options
author | rohitrao <rohitrao@chromium.org> | 2015-03-17 20:07:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-18 03:08:20 +0000 |
commit | 924b0c833c711b0ed04a0b55d6fa5ce093e44b6b (patch) | |
tree | db7380fc25417c942c9c6db0a627309150dfda5b /android_webview/native | |
parent | 00e8cbeb43eb3cc99ffed3bc29a8a539dfece0a6 (diff) | |
download | chromium_src-924b0c833c711b0ed04a0b55d6fa5ce093e44b6b.zip chromium_src-924b0c833c711b0ed04a0b55d6fa5ce093e44b6b.tar.gz chromium_src-924b0c833c711b0ed04a0b55d6fa5ce093e44b6b.tar.bz2 |
Moves CookieCryptoDelegate to net/extras/sqlite.
This is in preparation for moving SqlitePersistentCookieStore into the same
directory.
TBR=jam@chromium.org
BUG=467596
TEST=No visible impact.
Review URL: https://codereview.chromium.org/1011753005
Cr-Commit-Position: refs/heads/master@{#321067}
Diffstat (limited to 'android_webview/native')
-rw-r--r-- | android_webview/native/cookie_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc index 4e737ad..f876d42 100644 --- a/android_webview/native/cookie_manager.cc +++ b/android_webview/native/cookie_manager.cc @@ -26,11 +26,11 @@ #include "base/threading/thread_restrictions.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/browser_thread.h" -#include "content/public/browser/cookie_crypto_delegate.h" #include "content/public/browser/cookie_store_factory.h" #include "jni/AwCookieManager_jni.h" #include "net/cookies/cookie_monster.h" #include "net/cookies/cookie_options.h" +#include "net/extras/sqlite/cookie_crypto_delegate.h" #include "net/url_request/url_request_context.h" #include "url/url_constants.h" |