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

Unified Diff: components/sync/driver/fake_generic_change_processor.cc

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/driver/fake_generic_change_processor.h ('k') | components/sync/driver/fake_sync_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/fake_generic_change_processor.cc
diff --git a/components/sync_driver/fake_generic_change_processor.cc b/components/sync/driver/fake_generic_change_processor.cc
similarity index 90%
rename from components/sync_driver/fake_generic_change_processor.cc
rename to components/sync/driver/fake_generic_change_processor.cc
index 241d31f35d01239a6f1b1475ed461b941f4348bc..9104119b1807b4884eecb2e2327581e5d19f85b0 100644
--- a/components/sync_driver/fake_generic_change_processor.cc
+++ b/components/sync/driver/fake_generic_change_processor.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/sync_driver/fake_generic_change_processor.h"
+#include "components/sync/driver/fake_generic_change_processor.h"
#include <utility>
@@ -13,9 +13,8 @@
namespace sync_driver {
-FakeGenericChangeProcessor::FakeGenericChangeProcessor(
- syncer::ModelType type,
- SyncClient* sync_client)
+FakeGenericChangeProcessor::FakeGenericChangeProcessor(syncer::ModelType type,
+ SyncClient* sync_client)
: GenericChangeProcessor(type,
NULL,
base::WeakPtr<syncer::SyncableService>(),
@@ -24,8 +23,7 @@ FakeGenericChangeProcessor::FakeGenericChangeProcessor(
sync_client,
nullptr),
sync_model_has_user_created_nodes_(true),
- sync_model_has_user_created_nodes_success_(true) {
-}
+ sync_model_has_user_created_nodes_success_(true) {}
FakeGenericChangeProcessor::~FakeGenericChangeProcessor() {}
« no previous file with comments | « components/sync/driver/fake_generic_change_processor.h ('k') | components/sync/driver/fake_sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698