| Index: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| index 8840016fb5a4b2f1b476dc8144656e2627badf18..26eaa9a724f5d18df12729d5efd900db36fcf6d4 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| @@ -188,7 +188,7 @@ class GDataWapiOperationsTest : public testing::Test {
|
| base::Unretained(this)));
|
|
|
| url_generator_.reset(new GDataWapiUrlGenerator(
|
| - GDataWapiUrlGenerator::GetBaseUrlForTesting(test_server_.port())));
|
| + test_util::GetBaseUrlForTesting(test_server_.port())));
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
|
|