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

Side by Side Diff: google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « google_apis/gcm/monitoring/fake_gcm_stats_recorder.h ('k') | net/test/net_test_suite.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 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/monitoring/fake_gcm_stats_recorder.h" 5 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
6 6
7 namespace gcm { 7 namespace gcm {
8 8
9 FakeGCMStatsRecorder::FakeGCMStatsRecorder() { 9 FakeGCMStatsRecorder::FakeGCMStatsRecorder() {
10 } 10 }
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 } 98 }
99 99
100 void FakeGCMStatsRecorder::RecordIncomingSendError( 100 void FakeGCMStatsRecorder::RecordIncomingSendError(
101 const std::string& app_id, 101 const std::string& app_id,
102 const std::string& receiver_id, 102 const std::string& receiver_id,
103 const std::string& message_id) { 103 const std::string& message_id) {
104 } 104 }
105 105
106 106
107 } // namespace gcm 107 } // namespace gcm
OLDNEW
« no previous file with comments | « google_apis/gcm/monitoring/fake_gcm_stats_recorder.h ('k') | net/test/net_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698