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

Unified Diff: components/gcm/gcm_driver_unittest.cc

Issue 278493002: Split GCMDriver into platform-specific implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« components/gcm/gcm_driver.h ('K') | « components/gcm/gcm_driver_desktop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm/gcm_driver_unittest.cc
diff --git a/components/gcm/gcm_driver_unittest.cc b/components/gcm/gcm_driver_unittest.cc
index f532bf63393015c68d53d2277c329e7310e79b60..def6b292d956c735b4b830756e13a92b1078604a 100644
--- a/components/gcm/gcm_driver_unittest.cc
+++ b/components/gcm/gcm_driver_unittest.cc
@@ -192,7 +192,7 @@ void GCMDriverTest::CreateDriver(
scoped_refptr<net::URLRequestContextGetter> request_context =
new net::TestURLRequestContextGetter(io_thread_.message_loop_proxy());
- driver_.reset(new GCMDriver(
+ driver_.reset(new GCMDriverDesktop(
chrome_build_proto,
scoped_ptr<GCMClientFactory>(new FakeGCMClientFactory(
gcm_client_loading_delay,
« components/gcm/gcm_driver.h ('K') | « components/gcm/gcm_driver_desktop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698