diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 01:06:41 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 01:06:41 +0000 |
commit | 1bcf30ec84f19d40cc5c3f6051d0bb5860bfc74a (patch) | |
tree | a1c5b036a8aad3554aaca8947c3a249a8d5945e3 /chrome/browser/sync/syncable/syncable_unittest.cc | |
parent | 70180a806fe954878cdca606620da7a153a9efe7 (diff) | |
download | chromium_src-1bcf30ec84f19d40cc5c3f6051d0bb5860bfc74a.zip chromium_src-1bcf30ec84f19d40cc5c3f6051d0bb5860bfc74a.tar.gz chromium_src-1bcf30ec84f19d40cc5c3f6051d0bb5860bfc74a.tar.bz2 |
[Sync] Create new top-level sync/ directory
Move sync .proto files to sync/protocol. Update all references.
This begins the Great Sync Migration.
BUG=117585,43624
TEST=
Review URL: https://chromiumcodereview.appspot.com/9668028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/syncable/syncable_unittest.cc')
-rw-r--r-- | chrome/browser/sync/syncable/syncable_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/syncable/syncable_unittest.cc b/chrome/browser/sync/syncable/syncable_unittest.cc index 2ba255d..282fa7f 100644 --- a/chrome/browser/sync/syncable/syncable_unittest.cc +++ b/chrome/browser/sync/syncable/syncable_unittest.cc @@ -21,7 +21,6 @@ #include "base/values.h" #include "chrome/browser/sync/engine/syncproto.h" #include "chrome/browser/sync/internal_api/includes/test_unrecoverable_error_handler.h" -#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h" #include "chrome/browser/sync/syncable/directory_backing_store.h" #include "chrome/browser/sync/syncable/directory_change_delegate.h" #include "chrome/browser/sync/syncable/on_disk_directory_backing_store.h" @@ -30,6 +29,7 @@ #include "chrome/browser/sync/test/fake_encryptor.h" #include "chrome/browser/sync/test/null_directory_change_delegate.h" #include "chrome/browser/sync/test/null_transaction_observer.h" +#include "sync/protocol/bookmark_specifics.pb.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/sqlite/sqlite3.h" |