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

Unified Diff: chrome/test/base/testing_browser_process.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/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 75e6187efaf1a0e4ee51f31956f8d00ede5b8819..903b5c2b871d92ea08dfd9b48bac853283358f72 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -256,10 +256,9 @@ IntranetRedirectDetector* TestingBrowserProcess::intranet_redirect_detector() {
return nullptr;
}
void TestingBrowserProcess::CreateDevToolsHttpProtocolHandler(
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
const std::string& ip,
- uint16 port) {
-}
+ uint16 port) {}
unsigned int TestingBrowserProcess::AddRefModule() {
return ++module_ref_count_;

Powered by Google App Engine
This is Rietveld 408576698