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

Unified Diff: metrics_library.h

Issue 2693001: Cleanup style nits in metrics daemon. (Closed) Base URL: ssh://git@chromiumos-git/metrics.git
Patch Set: Fix more nits from tfarina Created 10 years, 7 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 | « metrics_daemon_test.cc ('k') | metrics_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metrics_library.h
diff --git a/metrics_library.h b/metrics_library.h
index 8ae3f5b8c912f5a9c66e2dd775a2375195fdcf4b..a9ac0bb10e8402f3510a447ef3a7802d91fc8aca 100644
--- a/metrics_library.h
+++ b/metrics_library.h
@@ -75,9 +75,9 @@ class MetricsLibrary : public MetricsLibraryInterface {
// message. The caller is responsible to store the \0 character
// between NAME and VALUE (e.g. "%s%c%d", name, '\0', value).
int32_t FormatChromeMessage(int32_t buffer_size, char* buffer,
- const char *format, ...);
+ const char* format, ...);
const char* uma_events_file_;
};
-#endif /* METRICS_LIBRARY_H_ */
+#endif // METRICS_LIBRARY_H_
« no previous file with comments | « metrics_daemon_test.cc ('k') | metrics_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698