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

Side by Side Diff: chrome/browser/ui/startup/startup_browser_creator_impl.h

Issue 1336993002: Straighten up includes of host_desktop.h/host_desktop_type.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_desktop_type
Patch Set: Build fixes for Windows and Mac Created 5 years, 3 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 CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_ 5 #ifndef CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_
6 #define CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_ 6 #define CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/gtest_prod_util.h" 12 #include "base/gtest_prod_util.h"
13 #include "chrome/browser/ui/host_desktop.h"
14 #include "chrome/browser/ui/startup/startup_tab.h" 13 #include "chrome/browser/ui/startup/startup_tab.h"
15 #include "chrome/browser/ui/startup/startup_types.h" 14 #include "chrome/browser/ui/startup/startup_types.h"
15 #include "ui/gfx/host_desktop_type.h"
16 #include "url/gurl.h" 16 #include "url/gurl.h"
17 17
18 class Browser; 18 class Browser;
19 class Profile; 19 class Profile;
20 class StartupBrowserCreator; 20 class StartupBrowserCreator;
21 21
22 namespace base { 22 namespace base {
23 class CommandLine; 23 class CommandLine;
24 class FilePath; 24 class FilePath;
25 } 25 }
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 const base::FilePath cur_dir_; 155 const base::FilePath cur_dir_;
156 const base::CommandLine& command_line_; 156 const base::CommandLine& command_line_;
157 Profile* profile_; 157 Profile* profile_;
158 StartupBrowserCreator* browser_creator_; 158 StartupBrowserCreator* browser_creator_;
159 bool is_first_run_; 159 bool is_first_run_;
160 WelcomeRunType welcome_run_type_; 160 WelcomeRunType welcome_run_type_;
161 DISALLOW_COPY_AND_ASSIGN(StartupBrowserCreatorImpl); 161 DISALLOW_COPY_AND_ASSIGN(StartupBrowserCreatorImpl);
162 }; 162 };
163 163
164 #endif // CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_ 164 #endif // CHROME_BROWSER_UI_STARTUP_STARTUP_BROWSER_CREATOR_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698