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

Unified Diff: chrome/browser/ui/views/frame/test_with_browser_view.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/test_with_browser_view.cc
diff --git a/chrome/browser/ui/views/frame/test_with_browser_view.cc b/chrome/browser/ui/views/frame/test_with_browser_view.cc
index 0867c920d390f68a54e2cb1dd19125d240a77903..46f24b9ad24333e71b69ccadbba7c693d61acf8c 100644
--- a/chrome/browser/ui/views/frame/test_with_browser_view.cc
+++ b/chrome/browser/ui/views/frame/test_with_browser_view.cc
@@ -62,14 +62,10 @@ scoped_ptr<KeyedService> CreateAutocompleteClassifier(
TestWithBrowserView::TestWithBrowserView() {
}
-TestWithBrowserView::TestWithBrowserView(
- Browser::Type browser_type,
- chrome::HostDesktopType host_desktop_type,
- bool hosted_app)
- : BrowserWithTestWindowTest(browser_type,
- host_desktop_type,
- hosted_app) {
-}
+TestWithBrowserView::TestWithBrowserView(Browser::Type browser_type,
+ ui::HostDesktopType host_desktop_type,
+ bool hosted_app)
+ : BrowserWithTestWindowTest(browser_type, host_desktop_type, hosted_app) {}
TestWithBrowserView::~TestWithBrowserView() {
}

Powered by Google App Engine
This is Rietveld 408576698