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

Unified Diff: components/gcm_driver/gcm_stats_recorder_impl.h

Issue 310973002: Move GCMClient related files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 years, 6 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 | « components/gcm_driver/gcm_driver_desktop.h ('k') | components/gcm_driver/gcm_stats_recorder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_stats_recorder_impl.h
diff --git a/google_apis/gcm/monitoring/gcm_stats_recorder_impl.h b/components/gcm_driver/gcm_stats_recorder_impl.h
similarity index 95%
rename from google_apis/gcm/monitoring/gcm_stats_recorder_impl.h
rename to components/gcm_driver/gcm_stats_recorder_impl.h
index 434cb6794d5f29b6c5f42cf4b014bfb6cfae6029..4c3c57ec55ab69f7cbf58ce778c91353c4c65fb7 100644
--- a/google_apis/gcm/monitoring/gcm_stats_recorder_impl.h
+++ b/components/gcm_driver/gcm_stats_recorder_impl.h
@@ -2,20 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GOOGLE_APIS_GCM_GCM_STATS_RECORDER_IMPL_H_
-#define GOOGLE_APIS_GCM_GCM_STATS_RECORDER_IMPL_H_
+#ifndef COMPONENTS_GCM_DRIVER_GCM_STATS_RECORDER_IMPL_H_
+#define COMPONENTS_GCM_DRIVER_GCM_STATS_RECORDER_IMPL_H_
#include <deque>
#include <string>
#include <vector>
#include "base/time/time.h"
-#include "google_apis/gcm/base/gcm_export.h"
+#include "components/gcm_driver/gcm_activity.h"
#include "google_apis/gcm/engine/connection_factory.h"
#include "google_apis/gcm/engine/mcs_client.h"
#include "google_apis/gcm/engine/registration_request.h"
#include "google_apis/gcm/engine/unregistration_request.h"
-#include "google_apis/gcm/gcm_activity.h"
#include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
namespace gcm {
@@ -25,7 +24,7 @@ namespace gcm {
// by default.
// This class is not thread safe. It is meant to be owned by a gcm client
// instance.
-class GCM_EXPORT GCMStatsRecorderImpl : public GCMStatsRecorder {
+class GCMStatsRecorderImpl : public GCMStatsRecorder {
public:
GCMStatsRecorderImpl();
virtual ~GCMStatsRecorderImpl();
@@ -153,4 +152,4 @@ class GCM_EXPORT GCMStatsRecorderImpl : public GCMStatsRecorder {
} // namespace gcm
-#endif // GOOGLE_APIS_GCM_GCM_STATS_RECORDER_IMPL_H_
+#endif // COMPONENTS_GCM_DRIVER_GCM_STATS_RECORDER_IMPL_H_
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.h ('k') | components/gcm_driver/gcm_stats_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698