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

Unified Diff: components/gcm_driver/gcm_driver_desktop_unittest.cc

Issue 2317003002: //chrome/browser and //components F-L: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 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: components/gcm_driver/gcm_driver_desktop_unittest.cc
diff --git a/components/gcm_driver/gcm_driver_desktop_unittest.cc b/components/gcm_driver/gcm_driver_desktop_unittest.cc
index f812ebc571d8185bf3a5fdddfd06cd2718c74254..ef83a49532f4dd449f9394b7ff274b9101c4ac10 100644
--- a/components/gcm_driver/gcm_driver_desktop_unittest.cc
+++ b/components/gcm_driver/gcm_driver_desktop_unittest.cc
@@ -244,7 +244,7 @@ void GCMDriverTest::CreateDriver() {
std::unique_ptr<GCMClientFactory>(new FakeGCMClientFactory(
base::ThreadTaskRunnerHandle::Get(), io_thread_.task_runner())),
chrome_build_info, "http://channel.status.request.url",
- "user-agent-string", &prefs_, temp_dir_.path(), request_context,
+ "user-agent-string", &prefs_, temp_dir_.GetPath(), request_context,
base::ThreadTaskRunnerHandle::Get(), io_thread_.task_runner(),
message_loop_.task_runner()));
« no previous file with comments | « components/gcm_driver/gcm_client_impl_unittest.cc ('k') | components/history/core/browser/expire_history_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698