Index: components/sync/core/test/test_entry_factory.h |
diff --git a/sync/internal_api/public/test/test_entry_factory.h b/components/sync/core/test/test_entry_factory.h |
similarity index 94% |
rename from sync/internal_api/public/test/test_entry_factory.h |
rename to components/sync/core/test/test_entry_factory.h |
index ee998348c453363c0c886e44b531d289ef905d0c..dc338836972cd37a980875dc9f52037bda65b046 100644 |
--- a/sync/internal_api/public/test/test_entry_factory.h |
+++ b/components/sync/core/test/test_entry_factory.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_TEST_ENTRY_FACTORY_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_TEST_TEST_ENTRY_FACTORY_H_ |
+#ifndef COMPONENTS_SYNC_CORE_TEST_TEST_ENTRY_FACTORY_H_ |
+#define COMPONENTS_SYNC_CORE_TEST_TEST_ENTRY_FACTORY_H_ |
#include <stdint.h> |
#include <string> |
#include "base/macros.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace syncer { |
@@ -133,4 +133,4 @@ class TestEntryFactory { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_TEST_TEST_ENTRY_FACTORY_H_ |
+#endif // COMPONENTS_SYNC_CORE_TEST_TEST_ENTRY_FACTORY_H_ |