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

Unified Diff: chrome/test/base/browser_with_test_window_test.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/browser_with_test_window_test.h
diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
index 6d0788d6270358d34d95fa6898a01217c033020b..9a83fb19c1ac9265ed4a972cd56fe9715c9d09b6 100644
--- a/chrome/test/base/browser_with_test_window_test.h
+++ b/chrome/test/base/browser_with_test_window_test.h
@@ -75,7 +75,7 @@ class BrowserWithTestWindowTest : public testing::Test {
// Creates a BrowserWithTestWindowTest for which the initial window will be
// the specified type.
BrowserWithTestWindowTest(Browser::Type browser_type,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
bool hosted_app);
~BrowserWithTestWindowTest() override;
@@ -147,7 +147,7 @@ class BrowserWithTestWindowTest : public testing::Test {
virtual Browser* CreateBrowser(Profile* profile,
Browser::Type browser_type,
bool hosted_app,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
BrowserWindow* browser_window);
private:
@@ -186,7 +186,7 @@ class BrowserWithTestWindowTest : public testing::Test {
Browser::Type browser_type_;
// The desktop to create the initial window on.
- chrome::HostDesktopType host_desktop_type_;
+ ui::HostDesktopType host_desktop_type_;
// Whether the browser is part of a hosted app.
bool hosted_app_;

Powered by Google App Engine
This is Rietveld 408576698