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

Unified Diff: components/browser_sync/browser/profile_sync_service_mock.cc

Issue 1501123003: Componentize ProfileSyncServiceMock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@565305_InitParam
Patch Set: Just rebased Created 5 years 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/browser_sync/browser/profile_sync_service_mock.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_service_mock.cc
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/components/browser_sync/browser/profile_sync_service_mock.cc
similarity index 88%
rename from chrome/browser/sync/profile_sync_service_mock.cc
rename to components/browser_sync/browser/profile_sync_service_mock.cc
index a267d80a1b1281563dd8fdde670a8ccbf925dfcf..494ba7754ca46742e82c2323f66e34b8013bb8d3 100644
--- a/chrome/browser/sync/profile_sync_service_mock.cc
+++ b/components/browser_sync/browser/profile_sync_service_mock.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 "chrome/browser/sync/profile_sync_service_mock.h"
+#include "components/browser_sync/browser/profile_sync_service_mock.h"
#include <utility>
« no previous file with comments | « components/browser_sync/browser/profile_sync_service_mock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698