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

Unified Diff: chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc

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/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
diff --git a/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc b/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
index f0d1e7ebca9750313ee1548e1d747359bc348979..7fba91a97e7c69b7a0ccdfd2c0985994c0d95d18 100644
--- a/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
+++ b/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
@@ -25,7 +25,7 @@ class WebAppLeftHeaderViewTest : public TestWithBrowserView {
public:
WebAppLeftHeaderViewTest()
: TestWithBrowserView(Browser::TYPE_TABBED,
- chrome::HOST_DESKTOP_TYPE_ASH,
+ ui::HOST_DESKTOP_TYPE_ASH,
true),
frame_view_(nullptr),
test_toolbar_model_(nullptr) {}
@@ -56,7 +56,7 @@ class WebAppLeftHeaderViewTest : public TestWithBrowserView {
Browser* CreateBrowser(Profile* profile,
Browser::Type browser_type,
bool hosted_app,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
BrowserWindow* browser_window) override {
RegisterExtension(profile);

Powered by Google App Engine
This is Rietveld 408576698