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

Side by Side Diff: components/browser_sync/browser/profile_sync_components_factory_impl.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__ 5 #ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
6 #define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__ 6 #define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_H__
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/command_line.h" 10 #include "base/command_line.h"
12 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "components/sync_driver/sync_api_component_factory.h" 14 #include "components/sync_driver/sync_api_component_factory.h"
15 #include "components/version_info/version_info.h" 15 #include "components/version_info/version_info.h"
16 #include "sync/internal_api/public/base/model_type.h" 16 #include "sync/internal_api/public/base/model_type.h"
17 #include "url/gurl.h" 17 #include "url/gurl.h"
18 18
19 class OAuth2TokenService; 19 class OAuth2TokenService;
20 class Profile; 20 class Profile;
21 21
22 namespace autofill { 22 namespace autofill {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 net::URLRequestContextGetter* const url_request_context_getter_; 111 net::URLRequestContextGetter* const url_request_context_getter_;
112 const scoped_refptr<autofill::AutofillWebDataService> web_data_service_; 112 const scoped_refptr<autofill::AutofillWebDataService> web_data_service_;
113 const scoped_refptr<password_manager::PasswordStore> password_store_; 113 const scoped_refptr<password_manager::PasswordStore> password_store_;
114 114
115 base::WeakPtrFactory<ProfileSyncComponentsFactoryImpl> weak_factory_; 115 base::WeakPtrFactory<ProfileSyncComponentsFactoryImpl> weak_factory_;
116 116
117 DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl); 117 DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl);
118 }; 118 };
119 119
120 #endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_ H__ 120 #endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_COMPONENTS_FACTORY_IMPL_ H__
OLDNEW
« no previous file with comments | « components/bookmarks/test/test_bookmark_client.cc ('k') | components/browser_sync/browser/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698