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

Unified Diff: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc

Issue 11804004: Add base_url to DriveApiUrlGenerator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Introduce kBaseUrlForProduction in DriveApiUrlGenerator Created 7 years, 11 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/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 {
« no previous file with comments | « chrome/browser/google_apis/drive_api_url_generator_unittest.cc ('k') | chrome/browser/google_apis/gdata_wapi_url_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698