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

Side by Side Diff: chrome/browser/profile_manager.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 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
« no previous file with comments | « chrome/browser/profile_impl.h ('k') | chrome/browser/renderer_host/render_process_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 keeps track of the currently-active profiles in the runtime. 5 // This class keeps track of the currently-active profiles in the runtime.
6 6
7 #ifndef CHROME_BROWSER_PROFILE_MANAGER_H__ 7 #ifndef CHROME_BROWSER_PROFILE_MANAGER_H__
8 #define CHROME_BROWSER_PROFILE_MANAGER_H__ 8 #define CHROME_BROWSER_PROFILE_MANAGER_H__
9 #pragma once 9 #pragma once
10 10
11 #include <string>
12 #include <vector> 11 #include <vector>
13 12
14 #include "app/system_monitor.h" 13 #include "app/system_monitor.h"
15 #include "base/basictypes.h" 14 #include "base/basictypes.h"
16 #include "base/file_path.h" 15 #include "base/file_path.h"
17 #include "base/message_loop.h" 16 #include "base/message_loop.h"
18 #include "base/non_thread_safe.h" 17 #include "base/non_thread_safe.h"
19 #include "base/values.h" 18 #include "base/values.h"
20 #include "chrome/browser/profile.h" 19 #include "chrome/browser/profile.h"
21 #include "chrome/common/notification_observer.h" 20 #include "chrome/common/notification_observer.h"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 119
121 // Indicates that a user has logged in and that the profile specified 120 // Indicates that a user has logged in and that the profile specified
122 // in the --login-profile command line argument should be used as the 121 // in the --login-profile command line argument should be used as the
123 // default. 122 // default.
124 bool logged_in_; 123 bool logged_in_;
125 124
126 DISALLOW_COPY_AND_ASSIGN(ProfileManager); 125 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
127 }; 126 };
128 127
129 #endif // CHROME_BROWSER_PROFILE_MANAGER_H__ 128 #endif // CHROME_BROWSER_PROFILE_MANAGER_H__
OLDNEW
« no previous file with comments | « chrome/browser/profile_impl.h ('k') | chrome/browser/renderer_host/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698