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

Unified Diff: trunk/src/google_apis/gcm/engine/gcm_store.h

Issue 240583002: Revert 264313 "Add activity recording capability to gcm internal..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « trunk/src/google_apis/gcm/engine/checkin_request.h ('k') | trunk/src/google_apis/gcm/engine/mcs_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/google_apis/gcm/engine/gcm_store.h
===================================================================
--- trunk/src/google_apis/gcm/engine/gcm_store.h (revision 264317)
+++ trunk/src/google_apis/gcm/engine/gcm_store.h (working copy)
@@ -9,8 +9,6 @@
#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"
@@ -19,7 +17,14 @@
#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 {
class MCSMessage;
« no previous file with comments | « trunk/src/google_apis/gcm/engine/checkin_request.h ('k') | trunk/src/google_apis/gcm/engine/mcs_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698