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

Side by Side Diff: components/webdata_services/web_data_service_wrapper.h

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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 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_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_ 5 #ifndef COMPONENTS_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_
6 #define COMPONENTS_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_ 6 #define COMPONENTS_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "build/build_config.h" 13 #include "build/build_config.h"
14 #include "components/keyed_service/core/keyed_service.h" 14 #include "components/keyed_service/core/keyed_service.h"
15 #include "components/sync/api/syncable_service.h" 15 #include "components/sync/model/syncable_service.h"
16 #include "sql/init_status.h" 16 #include "sql/init_status.h"
17 17
18 class KeywordWebDataService; 18 class KeywordWebDataService;
19 class TokenWebData; 19 class TokenWebData;
20 class WebDatabaseService; 20 class WebDatabaseService;
21 21
22 #if defined(OS_WIN) 22 #if defined(OS_WIN)
23 class PasswordWebDataService; 23 class PasswordWebDataService;
24 #endif 24 #endif
25 25
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 scoped_refptr<TokenWebData> token_web_data_; 93 scoped_refptr<TokenWebData> token_web_data_;
94 94
95 #if defined(OS_WIN) 95 #if defined(OS_WIN)
96 scoped_refptr<PasswordWebDataService> password_web_data_; 96 scoped_refptr<PasswordWebDataService> password_web_data_;
97 #endif 97 #endif
98 98
99 DISALLOW_COPY_AND_ASSIGN(WebDataServiceWrapper); 99 DISALLOW_COPY_AND_ASSIGN(WebDataServiceWrapper);
100 }; 100 };
101 101
102 #endif // COMPONENTS_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_ 102 #endif // COMPONENTS_WEBDATA_SERVICES_WEB_DATA_SERVICE_WRAPPER_H_
OLDNEW
« no previous file with comments | « components/syncable_prefs/pref_service_syncable_unittest.cc ('k') | components/wifi_sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698