Index: components/sync/test/fake_server/permanent_entity.h |
diff --git a/sync/test/fake_server/permanent_entity.h b/components/sync/test/fake_server/permanent_entity.h |
similarity index 85% |
rename from sync/test/fake_server/permanent_entity.h |
rename to components/sync/test/fake_server/permanent_entity.h |
index e44d5c4bff16505b679deb1de83d9c12320082e5..feedb29581d27a6ba0a2e8ac1f08a9d1ae2d270a 100644 |
--- a/sync/test/fake_server/permanent_entity.h |
+++ b/components/sync/test/fake_server/permanent_entity.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |
-#define SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |
+#ifndef COMPONENTS_SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |
+#define COMPONENTS_SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |
#include <string> |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/test/fake_server/fake_server_entity.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/protocol/sync.pb.h" |
+#include "components/sync/test/fake_server/fake_server_entity.h" |
namespace fake_server { |
@@ -59,4 +59,4 @@ class PermanentEntity : public FakeServerEntity { |
} // namespace fake_server |
-#endif // SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |
+#endif // COMPONENTS_SYNC_TEST_FAKE_SERVER_PERMANENT_ENTITY_H_ |