Index: components/sync/core/test/fake_sync_manager.h |
diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/components/sync/core/test/fake_sync_manager.h |
similarity index 95% |
rename from sync/internal_api/public/test/fake_sync_manager.h |
rename to components/sync/core/test/fake_sync_manager.h |
index 01b537f3f7818bd9eb561848bae4bc6f6990caaf..41425f75b7a1581d9d946b306ea340467bfaafc6 100644 |
--- a/sync/internal_api/public/test/fake_sync_manager.h |
+++ b/components/sync/core/test/fake_sync_manager.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_SYNC_MANAGER_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_SYNC_MANAGER_H_ |
+#ifndef COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_ |
+#define COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_ |
#include <string> |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/observer_list.h" |
-#include "sync/internal_api/public/sync_manager.h" |
-#include "sync/internal_api/public/test/test_user_share.h" |
+#include "components/sync/core/sync_manager.h" |
+#include "components/sync/core/test/test_user_share.h" |
class GURL; |
@@ -156,4 +156,4 @@ class FakeSyncManager : public SyncManager { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_SYNC_MANAGER_H_ |
+#endif // COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_ |