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/test/trackable_mock_invalidation.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/test/trackable_mock_invalidation.h ('k') | components/sync/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/trackable_mock_invalidation.cc
diff --git a/sync/test/trackable_mock_invalidation.cc b/components/sync/test/trackable_mock_invalidation.cc
similarity index 82%
rename from sync/test/trackable_mock_invalidation.cc
rename to components/sync/test/trackable_mock_invalidation.cc
index 55b4896dbf1b616cbda171a07a029dcd6ad3c9fb..91b7967ffc474f4c840e5addfe18163fc908aaa1 100644
--- a/sync/test/trackable_mock_invalidation.cc
+++ b/components/sync/test/trackable_mock_invalidation.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/test/trackable_mock_invalidation.h"
+#include "components/sync/test/trackable_mock_invalidation.h"
#include <stdint.h>
-#include "sync/test/mock_invalidation_tracker.h"
+#include "components/sync/test/mock_invalidation_tracker.h"
namespace syncer {
@@ -20,8 +20,7 @@ TrackableMockInvalidation::TrackableMockInvalidation(
tracker_(tracker),
tracking_id_(tracking_id) {}
-TrackableMockInvalidation::~TrackableMockInvalidation() {
-}
+TrackableMockInvalidation::~TrackableMockInvalidation() {}
void TrackableMockInvalidation::Acknowledge() {
if (tracker_) {
« no previous file with comments | « components/sync/test/trackable_mock_invalidation.h ('k') | components/sync/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698