Index: chrome/browser/errorpage_browsertest.cc |
diff --git a/chrome/browser/errorpage_browsertest.cc b/chrome/browser/errorpage_browsertest.cc |
index c23c7d04d8fa770c9fc1d2a2063e10a9e7158aca..5b30459a6b760ec917e3bf1f598dc6a846c3a16c 100644 |
--- a/chrome/browser/errorpage_browsertest.cc |
+++ b/chrome/browser/errorpage_browsertest.cc |
@@ -15,6 +15,7 @@ |
#include "base/synchronization/lock.h" |
#include "chrome/browser/browsing_data/browsing_data_helper.h" |
#include "chrome/browser/browsing_data/browsing_data_remover.h" |
+#include "chrome/browser/google/google_profile_helper.h" |
#include "chrome/browser/google/google_util.h" |
#include "chrome/browser/net/url_request_mock_util.h" |
#include "chrome/browser/profiles/profile.h" |
@@ -413,10 +414,12 @@ class ErrorPageTest : public InProcessBrowserTest { |
// calls URLRequestFilter::ClearHandlers(), |protocol_handler_| can become |
// invalid. |
BrowserThread::PostTask( |
- BrowserThread::IO, FROM_HERE, |
- base::Bind(&InstallMockProtocolHandlers, |
- google_util::GetGoogleSearchURL(browser()->profile()), |
- base::Passed(&owned_handler))); |
+ BrowserThread::IO, |
+ FROM_HERE, |
+ base::Bind( |
+ &InstallMockProtocolHandlers, |
+ google_profile_helper::GetGoogleSearchURL(browser()->profile()), |
+ base::Passed(&owned_handler))); |
} |
// Returns a GURL that results in a DNS error. |