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

Unified Diff: components/sync/tools/null_invalidation_state_tracker.cc

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/null_invalidation_state_tracker.h ('k') | components/sync/tools/sync_client.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.cc
diff --git a/sync/tools/null_invalidation_state_tracker.cc b/components/sync/tools/null_invalidation_state_tracker.cc
similarity index 91%
rename from sync/tools/null_invalidation_state_tracker.cc
rename to components/sync/tools/null_invalidation_state_tracker.cc
index 8e997846a906a514c0366d8d25752f1577a40b2c..0a33cb9ea6d6f965ead4406f40f36fa87ff35ac3 100644
--- a/sync/tools/null_invalidation_state_tracker.cc
+++ b/components/sync/tools/null_invalidation_state_tracker.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/tools/null_invalidation_state_tracker.h"
+#include "components/sync/tools/null_invalidation_state_tracker.h"
#include "base/base64.h"
#include "base/bind.h"
@@ -51,8 +51,8 @@ void NullInvalidationStateTracker::SetSavedInvalidations(
// Do nothing.
}
-UnackedInvalidationsMap
-NullInvalidationStateTracker::GetSavedInvalidations() const {
+UnackedInvalidationsMap NullInvalidationStateTracker::GetSavedInvalidations()
+ const {
return UnackedInvalidationsMap();
}
« no previous file with comments | « components/sync/tools/null_invalidation_state_tracker.h ('k') | components/sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698