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

Side by Side Diff: components/sync/core/test/test_internal_components_factory.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_TEST_INTERNAL_COMPONENTS_FACTORY_H_ 5 #ifndef COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
6 #define COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_ 6 #define COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
7 7
8 #include <memory>
8 #include <string> 9 #include <string>
9 #include <vector> 10 #include <vector>
10 11
11 #include "base/macros.h" 12 #include "base/macros.h"
12 #include "components/sync/core/internal_components_factory.h" 13 #include "components/sync/core/internal_components_factory.h"
13 14
14 namespace syncer { 15 namespace syncer {
15 16
16 class TestInternalComponentsFactory : public InternalComponentsFactory { 17 class TestInternalComponentsFactory : public InternalComponentsFactory {
17 public: 18 public:
(...skipping 27 matching lines...) Expand all
45 const Switches switches_; 46 const Switches switches_;
46 const StorageOption storage_override_; 47 const StorageOption storage_override_;
47 StorageOption* storage_used_; 48 StorageOption* storage_used_;
48 49
49 DISALLOW_COPY_AND_ASSIGN(TestInternalComponentsFactory); 50 DISALLOW_COPY_AND_ASSIGN(TestInternalComponentsFactory);
50 }; 51 };
51 52
52 } // namespace syncer 53 } // namespace syncer
53 54
54 #endif // COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_ 55 #endif // COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
OLDNEW
« no previous file with comments | « components/sync/core/test/fake_sync_manager.h ('k') | components/sync/core/test/test_user_share.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698