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

Side by Side Diff: components/gcm_driver/gcm_activity.cc

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/gcm_driver/gcm_activity.h ('k') | components/gcm_driver/gcm_app_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "google_apis/gcm/gcm_activity.h" 5 #include "components/gcm_driver/gcm_activity.h"
6 6
7 namespace gcm { 7 namespace gcm {
8 8
9 Activity::Activity() 9 Activity::Activity()
10 : time(base::Time::Now()) { 10 : time(base::Time::Now()) {
11 } 11 }
12 12
13 Activity::~Activity() { 13 Activity::~Activity() {
14 } 14 }
15 15
(...skipping 28 matching lines...) Expand all
44 SendingActivity::~SendingActivity() { 44 SendingActivity::~SendingActivity() {
45 } 45 }
46 46
47 RecordedActivities::RecordedActivities() { 47 RecordedActivities::RecordedActivities() {
48 } 48 }
49 49
50 RecordedActivities::~RecordedActivities() { 50 RecordedActivities::~RecordedActivities() {
51 } 51 }
52 52
53 } // namespace gcm 53 } // namespace gcm
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_activity.h ('k') | components/gcm_driver/gcm_app_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698