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

Side by Side Diff: ios/chrome/browser/sync/ios_chrome_sync_client.h

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__ 5 #ifndef IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__
6 #define IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__ 6 #define IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "components/sync_driver/sync_client.h" 13 #include "components/sync/driver/sync_client.h"
14 14
15 namespace autofill { 15 namespace autofill {
16 class AutofillWebDataService; 16 class AutofillWebDataService;
17 } 17 }
18 18
19 namespace ios { 19 namespace ios {
20 class ChromeBrowserState; 20 class ChromeBrowserState;
21 } 21 }
22 22
23 namespace password_manager { 23 namespace password_manager {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 std::unique_ptr<sync_sessions::SyncSessionsClient> sync_sessions_client_; 80 std::unique_ptr<sync_sessions::SyncSessionsClient> sync_sessions_client_;
81 81
82 const scoped_refptr<syncer::ExtensionsActivity> dummy_extensions_activity_; 82 const scoped_refptr<syncer::ExtensionsActivity> dummy_extensions_activity_;
83 83
84 base::WeakPtrFactory<IOSChromeSyncClient> weak_ptr_factory_; 84 base::WeakPtrFactory<IOSChromeSyncClient> weak_ptr_factory_;
85 85
86 DISALLOW_COPY_AND_ASSIGN(IOSChromeSyncClient); 86 DISALLOW_COPY_AND_ASSIGN(IOSChromeSyncClient);
87 }; 87 };
88 88
89 #endif // IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__ 89 #endif // IOS_CHROME_BROWSER_SYNC_IOS_CHROME_SYNC_CLIENT_H__
OLDNEW
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698