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, |