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

Unified Diff: components/sync/test/mock_invalidation_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
Index: components/sync/test/mock_invalidation_tracker.cc
diff --git a/sync/test/mock_invalidation_tracker.cc b/components/sync/test/mock_invalidation_tracker.cc
similarity index 90%
rename from sync/test/mock_invalidation_tracker.cc
rename to components/sync/test/mock_invalidation_tracker.cc
index 3ba02d9936dd4b97af3f732f903a6d7cde2201d2..543cfd8c3aaed414063813b999a6451890ba8813 100644
--- a/sync/test/mock_invalidation_tracker.cc
+++ b/components/sync/test/mock_invalidation_tracker.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/test/mock_invalidation_tracker.h"
+#include "components/sync/test/mock_invalidation_tracker.h"
#include <stdint.h>
#include "base/logging.h"
-#include "sync/test/trackable_mock_invalidation.h"
+#include "components/sync/test/trackable_mock_invalidation.h"
namespace syncer {
@@ -24,11 +24,9 @@ MockInvalidationTracker::IssueInvalidation(int64_t version,
new TrackableMockInvalidation(false, version, payload, this, next_id_++));
}
-MockInvalidationTracker::MockInvalidationTracker() : next_id_(0) {
-}
+MockInvalidationTracker::MockInvalidationTracker() : next_id_(0) {}
-MockInvalidationTracker::~MockInvalidationTracker() {
-}
+MockInvalidationTracker::~MockInvalidationTracker() {}
void MockInvalidationTracker::Acknowledge(int invalidation_id) {
acknowledged_.insert(invalidation_id);
« no previous file with comments | « components/sync/test/mock_invalidation_tracker.h ('k') | components/sync/test/null_directory_change_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698