Index: google_apis/gcm/engine/gcm_store.h |
diff --git a/google_apis/gcm/engine/gcm_store.h b/google_apis/gcm/engine/gcm_store.h |
index 1b15e56bcb11458b0dffd6843e1b3b93a196e260..8b9891d0ecc2b1afe11c67bb2cf31e9ddbec9b72 100644 |
--- a/google_apis/gcm/engine/gcm_store.h |
+++ b/google_apis/gcm/engine/gcm_store.h |
@@ -9,6 +9,8 @@ |
#include <string> |
#include <vector> |
+#include <google/protobuf/message_lite.h> |
+ |
#include "base/basictypes.h" |
#include "base/callback_forward.h" |
#include "base/memory/linked_ptr.h" |
@@ -17,13 +19,6 @@ |
#include "base/time/time.h" |
#include "google_apis/gcm/base/gcm_export.h" |
#include "google_apis/gcm/engine/registration_info.h" |
-#include "google_apis/gcm/protocol/mcs.pb.h" |
- |
-namespace google { |
-namespace protobuf { |
-class MessageLite; |
-} // namespace protobuf |
-} // namespace google |
namespace gcm { |