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

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

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
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 #ifndef GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_ 5 #ifndef GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_
6 #define GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_ 6 #define GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_
7 7
8 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h" 8 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
9 9
10 namespace gcm { 10 namespace gcm {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 const std::string& receiver_id, 62 const std::string& receiver_id,
63 const std::string& message_id) OVERRIDE; 63 const std::string& message_id) OVERRIDE;
64 64
65 private: 65 private:
66 DISALLOW_COPY_AND_ASSIGN(FakeGCMStatsRecorder); 66 DISALLOW_COPY_AND_ASSIGN(FakeGCMStatsRecorder);
67 }; 67 };
68 68
69 } // namespace gcm 69 } // namespace gcm
70 70
71 #endif // GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_ 71 #endif // GOOGLE_APIS_GCM_MONITORING_FAKE_GCM_STATS_RECODER_H_
OLDNEW
« no previous file with comments | « courgette/third_party/README.chromium ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698