diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 15:40:09 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 15:40:09 +0000 |
commit | 908cb9e81ae5e637ed8542cafebdc3d7096b892a (patch) | |
tree | 0f79b0a1c13340d33910cdb93e7ddc7d2e1b3b0e /chrome/browser/sync | |
parent | 5fbda6c7d927da54f97ca0a197d01c9774136ebb (diff) | |
download | chromium_src-908cb9e81ae5e637ed8542cafebdc3d7096b892a.zip chromium_src-908cb9e81ae5e637ed8542cafebdc3d7096b892a.tar.gz chromium_src-908cb9e81ae5e637ed8542cafebdc3d7096b892a.tar.bz2 |
Move encryptor API out of webdata.
This justs moves encryptor out of components/webdata/encryptor one layer
up to components/encryptor.
BUG=341293
TEST=None
R=thestig@chromium.org,joi@chromium.org,bcwhite@chromium.org
TBR=rvargas
Review URL: https://codereview.chromium.org/168993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc index b5b0f3f..3c8e85b 100644 --- a/chrome/browser/sync/test/integration/sync_test.cc +++ b/chrome/browser/sync/test/integration/sync_test.cc @@ -41,7 +41,7 @@ #include "chrome/common/chrome_switches.h" #include "chrome/test/base/testing_browser_process.h" #include "chrome/test/base/ui_test_utils.h" -#include "components/webdata/encryptor/encryptor.h" +#include "components/encryptor/encryptor.h" #include "content/public/browser/web_contents.h" #include "content/public/test/test_browser_thread.h" #include "google_apis/gaia/gaia_urls.h" |