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

Unified Diff: chrome/test/base/in_process_browser_test_mac.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/test/base/in_process_browser_test_mac.cc
diff --git a/chrome/test/base/in_process_browser_test_mac.cc b/chrome/test/base/in_process_browser_test_mac.cc
index aae36b00cfd93746ce4e34bc075184254332c905..a809f70799379f26599680528f6410033bac6e52 100644
--- a/chrome/test/base/in_process_browser_test_mac.cc
+++ b/chrome/test/base/in_process_browser_test_mac.cc
@@ -30,7 +30,7 @@ Browser* InProcessBrowserTest::OpenURLOffTheRecord(Profile* profile,
// autorelease pool. Flush the pool when this function returns.
base::mac::ScopedNSAutoreleasePool pool;
- chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop();
+ ui::HostDesktopType active_desktop = chrome::GetActiveDesktop();
chrome::OpenURLOffTheRecord(profile, url, active_desktop);
Browser* browser = chrome::FindTabbedBrowser(
profile->GetOffTheRecordProfile(), false, active_desktop);

Powered by Google App Engine
This is Rietveld 408576698