| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 0aeb9762aeb2581f4b9c39f5a678c4893c3eae79..f7f1fe863276f53117674e597a26e44e7b6722b8 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -28,6 +28,7 @@ class CommandLine;
|
| class DebuggerWrapper;
|
| class FilePath;
|
| class NotificationService;
|
| +class Profile;
|
| class TabCloseableStateWatcher;
|
|
|
| // Real implementation of BrowserProcess that creates and returns the services.
|
| @@ -83,8 +84,8 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
|
| #endif
|
|
|
| private:
|
| + Profile* GetProfile();
|
| void ClearLocalState(const FilePath& profile_path);
|
| - bool ShouldClearLocalState(FilePath* profile_path);
|
|
|
| void CreateResourceDispatcherHost();
|
| void CreatePrefService();
|
|
|