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

Unified Diff: chrome/browser/services/gcm/fake_gcm_profile_service.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
Index: chrome/browser/services/gcm/fake_gcm_profile_service.cc
diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.cc b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
index 7ec70fad1b383af3d9544f58222ce1015108141c..32c4ef6f4eca308f29c39405a6e4b3b76fdddbc9 100644
--- a/chrome/browser/services/gcm/fake_gcm_profile_service.cc
+++ b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
@@ -12,7 +12,8 @@
namespace gcm {
-class FakeGCMDriver : public GCMDriver {
+// TODO(johnme): Maybe this should extend GCMDriver instead?
+class FakeGCMDriver : public GCMDriverDesktop {
public:
explicit FakeGCMDriver(FakeGCMProfileService* service);
virtual ~FakeGCMDriver();
« no previous file with comments | « no previous file | chrome/browser/services/gcm/gcm_profile_service.h » ('j') | chrome/browser/services/gcm/gcm_profile_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698