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

Side by Side Diff: chrome/browser/profiles/profile_impl.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 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 // This class gathers state related to a single user profile. 5 // This class gathers state related to a single user profile.
6 6
7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
9 9
10 #include <string> 10 #include <string>
11 11
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/macros.h"
14 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
16 #include "base/prefs/pref_change_registrar.h" 17 #include "base/prefs/pref_change_registrar.h"
17 #include "base/timer/timer.h" 18 #include "base/timer/timer.h"
19 #include "build/build_config.h"
18 #include "chrome/browser/profiles/profile.h" 20 #include "chrome/browser/profiles/profile.h"
19 #include "chrome/browser/profiles/profile_impl_io_data.h" 21 #include "chrome/browser/profiles/profile_impl_io_data.h"
20 #include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h" 22 #include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h"
21 #include "content/public/browser/content_browser_client.h" 23 #include "content/public/browser/content_browser_client.h"
22 #include "content/public/browser/host_zoom_map.h" 24 #include "content/public/browser/host_zoom_map.h"
23 25
24 class NetPrefObserver; 26 class NetPrefObserver;
25 class PrefService; 27 class PrefService;
26 28
27 class ShortcutsBackend; 29 class ShortcutsBackend;
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 // components/keyed_service/content/browser_context_keyed_service_factory.* 280 // components/keyed_service/content/browser_context_keyed_service_factory.*
279 281
280 Profile::Delegate* delegate_; 282 Profile::Delegate* delegate_;
281 283
282 chrome_browser_net::Predictor* predictor_; 284 chrome_browser_net::Predictor* predictor_;
283 285
284 DISALLOW_COPY_AND_ASSIGN(ProfileImpl); 286 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
285 }; 287 };
286 288
287 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 289 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_downloader_delegate.h ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698