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

Unified Diff: components/sync/tools/null_invalidation_state_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/tools/DEPS ('k') | components/sync/tools/null_invalidation_state_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/null_invalidation_state_tracker.h
diff --git a/sync/tools/null_invalidation_state_tracker.h b/components/sync/tools/null_invalidation_state_tracker.h
similarity index 83%
rename from sync/tools/null_invalidation_state_tracker.h
rename to components/sync/tools/null_invalidation_state_tracker.h
index 5525b8e8569e6b0ce2a8ce6bad35af7458f18754..0cfa540e0c421a501d080faeb1661b03b33ed8f0 100644
--- a/sync/tools/null_invalidation_state_tracker.h
+++ b/components/sync/tools/null_invalidation_state_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_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
-#define SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
+#ifndef COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
+#define COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
#include <string>
@@ -34,4 +34,4 @@ class NullInvalidationStateTracker
} // namespace syncer
-#endif // SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
+#endif // COMPONENTS_SYNC_TOOLS_NULL_INVALIDATION_STATE_TRACKER_H_
« no previous file with comments | « components/sync/tools/DEPS ('k') | components/sync/tools/null_invalidation_state_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698