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

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

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 #include "components/webdata_services/web_data_service_wrapper.h" 5 #include "components/webdata_services/web_data_service_wrapper.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/single_thread_task_runner.h" 10 #include "base/single_thread_task_runner.h"
11 #include "build/build_config.h"
11 #include "components/autofill/core/browser/webdata/autocomplete_syncable_service .h" 12 #include "components/autofill/core/browser/webdata/autocomplete_syncable_service .h"
12 #include "components/autofill/core/browser/webdata/autofill_profile_syncable_ser vice.h" 13 #include "components/autofill/core/browser/webdata/autofill_profile_syncable_ser vice.h"
13 #include "components/autofill/core/browser/webdata/autofill_table.h" 14 #include "components/autofill/core/browser/webdata/autofill_table.h"
14 #include "components/autofill/core/browser/webdata/autofill_wallet_metadata_sync able_service.h" 15 #include "components/autofill/core/browser/webdata/autofill_wallet_metadata_sync able_service.h"
15 #include "components/autofill/core/browser/webdata/autofill_wallet_syncable_serv ice.h" 16 #include "components/autofill/core/browser/webdata/autofill_wallet_syncable_serv ice.h"
16 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h" 17 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
17 #include "components/password_manager/core/browser/webdata/logins_table.h" 18 #include "components/password_manager/core/browser/webdata/logins_table.h"
18 #include "components/search_engines/keyword_table.h" 19 #include "components/search_engines/keyword_table.h"
19 #include "components/search_engines/keyword_web_data_service.h" 20 #include "components/search_engines/keyword_web_data_service.h"
20 #include "components/signin/core/browser/webdata/token_service_table.h" 21 #include "components/signin/core/browser/webdata/token_service_table.h"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 scoped_refptr<TokenWebData> WebDataServiceWrapper::GetTokenWebData() { 140 scoped_refptr<TokenWebData> WebDataServiceWrapper::GetTokenWebData() {
140 return token_web_data_.get(); 141 return token_web_data_.get();
141 } 142 }
142 143
143 #if defined(OS_WIN) 144 #if defined(OS_WIN)
144 scoped_refptr<PasswordWebDataService> 145 scoped_refptr<PasswordWebDataService>
145 WebDataServiceWrapper::GetPasswordWebData() { 146 WebDataServiceWrapper::GetPasswordWebData() {
146 return password_web_data_.get(); 147 return password_web_data_.get();
147 } 148 }
148 #endif 149 #endif
OLDNEW
« no previous file with comments | « components/webdata_services/web_data_service_wrapper.h ('k') | components/webp_transcode/webp_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698