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

Unified Diff: components/sync/device_info/device_info_service.h

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
« no previous file with comments | « components/sync/base/proto_value_ptr.h ('k') | components/sync/driver/shared_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/device_info/device_info_service.h
diff --git a/components/sync/device_info/device_info_service.h b/components/sync/device_info/device_info_service.h
index 14eb24d2a0956932889adbbb0c02bfe0c6d25129..700ed1fd26e70853e131192698c65f25016d0a19 100644
--- a/components/sync/device_info/device_info_service.h
+++ b/components/sync/device_info/device_info_service.h
@@ -23,20 +23,15 @@
#include "components/sync/model/model_type_store.h"
#include "components/sync/model/simple_metadata_change_list.h"
-namespace syncer {
-class SyncError;
-} // namespace syncer
-
-namespace syncer {
-class ModelTypeChangeProcessor;
-} // namespace syncer
-
namespace sync_pb {
class DeviceInfoSpecifics;
} // namespace sync_pb
namespace syncer {
+class ModelTypeChangeProcessor;
+class SyncError;
+
// USS service implementation for DEVICE_INFO model type. Handles storage of
// device info and associated sync metadata, applying/merging foreign changes,
// and allows public read access.
« no previous file with comments | « components/sync/base/proto_value_ptr.h ('k') | components/sync/driver/shared_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698