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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 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/sync/driver/shared_change_processor.cc
diff --git a/components/sync/driver/shared_change_processor.cc b/components/sync/driver/shared_change_processor.cc
index 3f02814f427ea19607ef045b1acbb27b88b8317d..4b0d57f89ce41a7c183bfc217b4da1fbae0d9251 100644
--- a/components/sync/driver/shared_change_processor.cc
+++ b/components/sync/driver/shared_change_processor.cc
@@ -18,10 +18,8 @@
using base::AutoLock;
namespace syncer {
-class AttachmentService;
-} // namespace syncer
-namespace syncer {
+class AttachmentService;
SharedChangeProcessor::SharedChangeProcessor(ModelType type)
: disconnected_(false),
« no previous file with comments | « components/sync/device_info/device_info_service.h ('k') | components/sync/engine_impl/model_type_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698