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

Unified Diff: chrome/browser/ui/views/frame/test_with_browser_view.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/browser/ui/views/frame/test_with_browser_view.h
diff --git a/chrome/browser/ui/views/frame/test_with_browser_view.h b/chrome/browser/ui/views/frame/test_with_browser_view.h
index a77cb5b37ee839e898f184886a1f3ee3be943c53..fe6a3decc046f8c48a47df0fadf6a71d1318a268 100644
--- a/chrome/browser/ui/views/frame/test_with_browser_view.h
+++ b/chrome/browser/ui/views/frame/test_with_browser_view.h
@@ -26,7 +26,7 @@ class TestWithBrowserView : public BrowserWithTestWindowTest {
public:
TestWithBrowserView();
TestWithBrowserView(Browser::Type browser_type,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
bool hosted_app);
~TestWithBrowserView() override;

Powered by Google App Engine
This is Rietveld 408576698