diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 22:16:32 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 22:16:32 +0000 |
commit | 1695f10ff0d39d021782b3ab67013ec2c71c780c (patch) | |
tree | 2d59f7f859d59c1a81f8f5a2f313dad379cf2577 /chrome/browser/sync/test_profile_sync_service.h | |
parent | 2bdb6e8a833382113f1d8c9bb6fb6cf45f7e8dd4 (diff) | |
download | chromium_src-1695f10ff0d39d021782b3ab67013ec2c71c780c.zip chromium_src-1695f10ff0d39d021782b3ab67013ec2c71c780c.tar.gz chromium_src-1695f10ff0d39d021782b3ab67013ec2c71c780c.tar.bz2 |
Move sync test code out of chrome/test
BUG=90905
Review URL: http://codereview.chromium.org/7828055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/test_profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h index 4384723..743cdeb 100644 --- a/chrome/browser/sync/test_profile_sync_service.h +++ b/chrome/browser/sync/test_profile_sync_service.h @@ -11,8 +11,8 @@ #include "base/compiler_specific.h" #include "chrome/browser/sync/glue/data_type_manager_impl.h" #include "chrome/browser/sync/profile_sync_service.h" +#include "chrome/browser/sync/test/engine/test_id_factory.h" #include "chrome/test/base/profile_mock.h" -#include "chrome/test/sync/engine/test_id_factory.h" #include "testing/gmock/include/gmock/gmock.h" class Profile; |