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

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

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
Index: components/browser_sync/browser/profile_sync_service_mock.h
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/components/browser_sync/browser/profile_sync_service_mock.h
similarity index 95%
rename from chrome/browser/sync/profile_sync_service_mock.h
rename to components/browser_sync/browser/profile_sync_service_mock.h
index 4527c6f466bbd25265298dd584f8f6c15317a152..c610b871eccc6add97bba4d10af9cb67b7ef1a77 100644
--- a/chrome/browser/sync/profile_sync_service_mock.h
+++ b/components/browser_sync/browser/profile_sync_service_mock.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 CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
-#define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
+#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
+#define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
#include <string>
#include <vector>
@@ -101,4 +101,4 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_METHOD1(StartUpSlowBackendComponents, void(BackendMode));
};
-#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
+#endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_
« no previous file with comments | « components/browser_sync/browser/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698