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

Side by Side Diff: components/sync/core/test/fake_sync_manager.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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_TEST_FAKE_SYNC_MANAGER_H_ 5 #ifndef COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_
6 #define COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_ 6 #define COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
10 #include <vector>
9 11
10 #include "base/macros.h" 12 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
12 #include "base/observer_list.h" 14 #include "base/observer_list.h"
13 #include "components/sync/core/sync_manager.h" 15 #include "components/sync/core/sync_manager.h"
14 #include "components/sync/core/test/test_user_share.h" 16 #include "components/sync/core/test/test_user_share.h"
15 17
16 class GURL; 18 class GURL;
17 19
18 namespace base { 20 namespace base {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 150
149 // Number of invalidations received since startup. 151 // Number of invalidations received since startup.
150 int num_invalidations_received_; 152 int num_invalidations_received_;
151 153
152 DISALLOW_COPY_AND_ASSIGN(FakeSyncManager); 154 DISALLOW_COPY_AND_ASSIGN(FakeSyncManager);
153 }; 155 };
154 156
155 } // namespace syncer 157 } // namespace syncer
156 158
157 #endif // COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_ 159 #endif // COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_
OLDNEW
« no previous file with comments | « components/sync/core/test/fake_model_type_connector.h ('k') | components/sync/core/test/test_internal_components_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698