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

Unified Diff: components/sync/test/local_sync_test_server.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/test/local_sync_test_server.h
diff --git a/sync/test/local_sync_test_server.h b/components/sync/test/local_sync_test_server.h
similarity index 90%
rename from sync/test/local_sync_test_server.h
rename to components/sync/test/local_sync_test_server.h
index 95943be10d9f5cc86751c54cd71d3d978edd879b..edab71ffed16345f4729c40d1e5580b1c8e5d20d 100644
--- a/sync/test/local_sync_test_server.h
+++ b/components/sync/test/local_sync_test_server.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
-#define SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
+#ifndef COMPONENTS_SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
+#define COMPONENTS_SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
#include <stdint.h>
@@ -46,4 +46,4 @@ class LocalSyncTestServer : public net::LocalTestServer {
} // namespace syncer
-#endif // SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
+#endif // COMPONENTS_SYNC_TEST_LOCAL_SYNC_TEST_SERVER_H_
« no previous file with comments | « components/sync/test/fake_sync_encryption_handler.cc ('k') | components/sync/test/local_sync_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698