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

Side by Side Diff: components/sync_driver/device_info_sync_service.h

Issue 1380693004: [Sync] Fixing sync_driver lint violations and adding PRESUBMIT lint check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross
Patch Set: Removing lint fixes for revisit files, removing revisit patch dep. Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_ 5 #ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
6 #define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_ 6 #define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
7 7
8 #include <map>
9 #include <string>
10
8 #include "base/observer_list.h" 11 #include "base/observer_list.h"
9 #include "components/sync_driver/device_info_tracker.h" 12 #include "components/sync_driver/device_info_tracker.h"
10 #include "sync/api/sync_change_processor.h" 13 #include "sync/api/sync_change_processor.h"
11 #include "sync/api/sync_data.h" 14 #include "sync/api/sync_data.h"
12 #include "sync/api/sync_error_factory.h" 15 #include "sync/api/sync_error_factory.h"
13 #include "sync/api/syncable_service.h" 16 #include "sync/api/syncable_service.h"
14 17
15 namespace sync_driver { 18 namespace sync_driver {
16 19
17 class LocalDeviceInfoProvider; 20 class LocalDeviceInfoProvider;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 102
100 // Registered observers, not owned. 103 // Registered observers, not owned.
101 base::ObserverList<Observer, true> observers_; 104 base::ObserverList<Observer, true> observers_;
102 105
103 DISALLOW_COPY_AND_ASSIGN(DeviceInfoSyncService); 106 DISALLOW_COPY_AND_ASSIGN(DeviceInfoSyncService);
104 }; 107 };
105 108
106 } // namespace sync_driver 109 } // namespace sync_driver
107 110
108 #endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_ 111 #endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
OLDNEW
« no previous file with comments | « components/sync_driver/data_type_status_table.h ('k') | components/sync_driver/device_info_sync_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698