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

Unified Diff: chrome/browser/services/gcm/push_messaging_service_impl.h

Issue 955673004: Move gcm-independent parts of push messaging out of gcm namespace and directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/push_messaging_service_impl.h
diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.h b/chrome/browser/services/gcm/push_messaging_service_impl.h
index c5cb50083d31a23c4397fea7c483c163cf44f839..15062bee44ca86a1f82a316831a29bf50e0fc8eb 100644
--- a/chrome/browser/services/gcm/push_messaging_service_impl.h
+++ b/chrome/browser/services/gcm/push_messaging_service_impl.h
@@ -15,6 +15,7 @@
#include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
class Profile;
+class PushMessagingApplicationId;
namespace user_prefs {
class PrefRegistrySyncable;
@@ -23,7 +24,6 @@ class PrefRegistrySyncable;
namespace gcm {
class GCMProfileService;
-class PushMessagingApplicationId;
class PushMessagingServiceImpl : public content::PushMessagingService,
public GCMAppHandler,

Powered by Google App Engine
This is Rietveld 408576698