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

Unified Diff: components/browser_sync/abstract_profile_sync_service_test.cc

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/abstract_profile_sync_service_test.cc
diff --git a/components/browser_sync/browser/abstract_profile_sync_service_test.cc b/components/browser_sync/abstract_profile_sync_service_test.cc
similarity index 96%
rename from components/browser_sync/browser/abstract_profile_sync_service_test.cc
rename to components/browser_sync/abstract_profile_sync_service_test.cc
index fc68e88f9ac857d038ef8ed277430e10a7e64ca1..79aaeac6b75fee6cc47c5bbecdeef55a9627b58b 100644
--- a/components/browser_sync/browser/abstract_profile_sync_service_test.cc
+++ b/components/browser_sync/abstract_profile_sync_service_test.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 "components/browser_sync/browser/abstract_profile_sync_service_test.h"
+#include "components/browser_sync/abstract_profile_sync_service_test.h"
#include <utility>
@@ -12,8 +12,8 @@
#include "base/location.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
-#include "components/browser_sync/browser/test_http_bridge_factory.h"
-#include "components/browser_sync/browser/test_profile_sync_service.h"
+#include "components/browser_sync/test_http_bridge_factory.h"
+#include "components/browser_sync/test_profile_sync_service.h"
#include "components/sync/core/test/sync_manager_factory_for_profile_sync_test.h"
#include "components/sync/core/test/test_internal_components_factory.h"
#include "components/sync/core/test/test_user_share.h"
@@ -219,11 +219,9 @@ CreateRootHelper::CreateRootHelper(AbstractProfileSyncServiceTest* test,
base::Unretained(this))),
test_(test),
model_type_(model_type),
- success_(false) {
-}
+ success_(false) {}
-CreateRootHelper::~CreateRootHelper() {
-}
+CreateRootHelper::~CreateRootHelper() {}
const base::Closure& CreateRootHelper::callback() const {
return callback_;
« no previous file with comments | « components/browser_sync/abstract_profile_sync_service_test.h ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698