Index: chrome/browser/geolocation/geolocation_browsertest.cc |
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc |
index 2e8923b0acaa7abc74e8dc87d05ee3db326979a9..4d7812ed93a653deea051a0ba45ca49a855c4606 100644 |
--- a/chrome/browser/geolocation/geolocation_browsertest.cc |
+++ b/chrome/browser/geolocation/geolocation_browsertest.cc |
@@ -291,8 +291,7 @@ bool GeolocationBrowserTest::Initialize(InitializationOptions options) { |
current_url_ = embedded_test_server()->GetURL(html_for_tests_); |
if (options == INITIALIZATION_OFFTHERECORD) { |
- current_browser_ = ui_test_utils::OpenURLOffTheRecord( |
- browser()->profile(), current_url_); |
+ current_browser_ = OpenURLOffTheRecord(browser()->profile(), current_url_); |
} else { |
current_browser_ = browser(); |
if (options == INITIALIZATION_NEWTAB) |