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

Side by Side Diff: components/gcm_driver/gcm_client.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_client.h ('k') | components/gcm_driver/gcm_client_factory.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_client.h" 5 #include "components/gcm_driver/gcm_client.h"
6 6
7 namespace gcm { 7 namespace gcm {
8 8
9 GCMClient::ChromeBuildInfo::ChromeBuildInfo() 9 GCMClient::ChromeBuildInfo::ChromeBuildInfo()
10 : platform(PLATFORM_UNKNOWN), 10 : platform(PLATFORM_UNKNOWN),
11 channel(CHANNEL_UNKNOWN) { 11 channel(CHANNEL_UNKNOWN) {
12 } 12 }
13 13
14 GCMClient::ChromeBuildInfo::~ChromeBuildInfo() { 14 GCMClient::ChromeBuildInfo::~ChromeBuildInfo() {
15 } 15 }
(...skipping 27 matching lines...) Expand all
43 GCMClient::GCMStatistics::~GCMStatistics() { 43 GCMClient::GCMStatistics::~GCMStatistics() {
44 } 44 }
45 45
46 GCMClient::GCMClient() { 46 GCMClient::GCMClient() {
47 } 47 }
48 48
49 GCMClient::~GCMClient() { 49 GCMClient::~GCMClient() {
50 } 50 }
51 51
52 } // namespace gcm 52 } // namespace gcm
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_client.h ('k') | components/gcm_driver/gcm_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698