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

Unified Diff: chrome/test/base/testing_browser_process.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/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index b48825ea2647334206bbf2217df663a7c6563df2..151f088e685d86e276f126b0f92fc7173b6d1447 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -85,10 +85,9 @@ class TestingBrowserProcess : public BrowserProcess {
NotificationUIManager* notification_ui_manager() override;
message_center::MessageCenter* message_center() override;
IntranetRedirectDetector* intranet_redirect_detector() override;
- void CreateDevToolsHttpProtocolHandler(
- chrome::HostDesktopType host_desktop_type,
- const std::string& ip,
- uint16 port) override;
+ void CreateDevToolsHttpProtocolHandler(ui::HostDesktopType host_desktop_type,
+ const std::string& ip,
+ uint16 port) override;
unsigned int AddRefModule() override;
unsigned int ReleaseModule() override;
bool IsShuttingDown() override;

Powered by Google App Engine
This is Rietveld 408576698