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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 242483003: Move CaptivePortalDetector to src/components/captive_portal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 8 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/captive_portal.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index b8b3efd385ef95c74a54c5f1c8949bd43879b393..5b8c7c7753a5e04be66c5fe4cd0f9686fcbeee97 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -178,8 +178,8 @@ void InProcessBrowserTest::SetUp() {
#endif
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
- captive_portal::CaptivePortalService::set_state_for_testing(
- captive_portal::CaptivePortalService::DISABLED_FOR_TESTING);
+ CaptivePortalService::set_state_for_testing(
+ CaptivePortalService::DISABLED_FOR_TESTING);
#endif
chrome_browser_net::NetErrorTabHelper::set_state_for_testing(
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/captive_portal.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698