Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: components/sync/core/test/test_entry_factory.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698