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

Unified Diff: components/sync/test/trackable_mock_invalidation.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/trackable_mock_invalidation.h
diff --git a/sync/test/trackable_mock_invalidation.h b/components/sync/test/trackable_mock_invalidation.h
similarity index 88%
rename from sync/test/trackable_mock_invalidation.h
rename to components/sync/test/trackable_mock_invalidation.h
index 3a72af34f6035909bcd3078b51662cc91a052c33..e5e4c443960998a390261fbad0352292636dade0 100644
--- a/sync/test/trackable_mock_invalidation.h
+++ b/components/sync/test/trackable_mock_invalidation.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_TRACKABLE_MOCK_INVALIDATION_H_
-#define SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_
+#ifndef COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_
+#define COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_
#include <stdint.h>
#include <string>
-#include "sync/test/mock_invalidation.h"
+#include "components/sync/test/mock_invalidation.h"
namespace syncer {
@@ -55,4 +55,4 @@ class TrackableMockInvalidation : public MockInvalidation {
} // namespace syncer
-#endif // SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_
+#endif // COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_
« no previous file with comments | « components/sync/test/test_transaction_observer.cc ('k') | components/sync/test/trackable_mock_invalidation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698