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

Unified Diff: components/browser_sync/test_profile_sync_service.h

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 years, 3 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/browser_sync/test_profile_sync_service.h
diff --git a/components/browser_sync/browser/test_profile_sync_service.h b/components/browser_sync/test_profile_sync_service.h
similarity index 83%
rename from components/browser_sync/browser/test_profile_sync_service.h
rename to components/browser_sync/test_profile_sync_service.h
index 22609c2b4c45cbaac4ef322b5b7cc4fe0fd072bb..7131a15563afdd27f4a39567c7e89857a3882328 100644
--- a/components/browser_sync/browser/test_profile_sync_service.h
+++ b/components/browser_sync/test_profile_sync_service.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
-#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
+#ifndef COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
+#define COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
#include "base/macros.h"
-#include "components/browser_sync/browser/profile_sync_service.h"
+#include "components/browser_sync/profile_sync_service.h"
#include "components/sync/base/weak_handle.h"
#include "components/sync/driver/data_type_manager.h"
#include "components/sync/js/js_event_handler.h"
@@ -47,4 +47,4 @@ class TestProfileSyncService : public ProfileSyncService {
DISALLOW_COPY_AND_ASSIGN(TestProfileSyncService);
};
-#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_PROFILE_SYNC_SERVICE_H_
+#endif // COMPONENTS_BROWSER_SYNC_TEST_PROFILE_SYNC_SERVICE_H_
« no previous file with comments | « components/browser_sync/test_http_bridge_factory.cc ('k') | components/browser_sync/test_profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698