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

Side by Side Diff: components/sync/core_impl/sync_manager_impl.h

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. 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 unified diff | Download patch
« no previous file with comments | « components/sync/core/write_node.cc ('k') | components/sync/device_info/device_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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_CORE_IMPL_SYNC_MANAGER_IMPL_H_ 5 #ifndef COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
6 #define COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_ 6 #define COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
11 #include <memory>
11 #include <string> 12 #include <string>
12 #include <vector> 13 #include <vector>
13 14
14 #include "base/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
15 #include "base/macros.h" 16 #include "base/macros.h"
16 #include "components/sync/base/cryptographer.h" 17 #include "components/sync/base/cryptographer.h"
17 #include "components/sync/base/time.h" 18 #include "components/sync/base/time.h"
18 #include "components/sync/core/sync_manager.h" 19 #include "components/sync/core/sync_manager.h"
19 #include "components/sync/core/user_share.h" 20 #include "components/sync/core/user_share.h"
20 #include "components/sync/core_impl/change_reorder_buffer.h" 21 #include "components/sync/core_impl/change_reorder_buffer.h"
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 std::unique_ptr<SyncEncryptionHandlerImpl> sync_encryption_handler_; 334 std::unique_ptr<SyncEncryptionHandlerImpl> sync_encryption_handler_;
334 335
335 base::WeakPtrFactory<SyncManagerImpl> weak_ptr_factory_; 336 base::WeakPtrFactory<SyncManagerImpl> weak_ptr_factory_;
336 337
337 DISALLOW_COPY_AND_ASSIGN(SyncManagerImpl); 338 DISALLOW_COPY_AND_ASSIGN(SyncManagerImpl);
338 }; 339 };
339 340
340 } // namespace syncer 341 } // namespace syncer
341 342
342 #endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_ 343 #endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
OLDNEW
« no previous file with comments | « components/sync/core/write_node.cc ('k') | components/sync/device_info/device_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698