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

Unified Diff: components/sync/test/mock_invalidation_tracker.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
« no previous file with comments | « components/sync/test/mock_invalidation.cc ('k') | components/sync/test/mock_invalidation_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/mock_invalidation_tracker.h
diff --git a/sync/test/mock_invalidation_tracker.h b/components/sync/test/mock_invalidation_tracker.h
similarity index 89%
rename from sync/test/mock_invalidation_tracker.h
rename to components/sync/test/mock_invalidation_tracker.h
index 8afa505beb5636b61d6ced7f9536c1cffcc52927..28e3241e314ccd486a2e9476f3d1b753440567e5 100644
--- a/sync/test/mock_invalidation_tracker.h
+++ b/components/sync/test/mock_invalidation_tracker.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_MOCK_INVALIDATION_TRACKER_H_
-#define SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
+#ifndef COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
+#define COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
#include <stdint.h>
@@ -11,7 +11,7 @@
#include <set>
#include <string>
-#include "sync/test/trackable_mock_invalidation.h"
+#include "components/sync/test/trackable_mock_invalidation.h"
namespace syncer {
@@ -65,4 +65,4 @@ class MockInvalidationTracker {
} // namespace syncer
-#endif // SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
+#endif // COMPONENTS_SYNC_TEST_MOCK_INVALIDATION_TRACKER_H_
« no previous file with comments | « components/sync/test/mock_invalidation.cc ('k') | components/sync/test/mock_invalidation_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698