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

Unified Diff: metrics_library_mock.h

Issue 2731008: Implement a persistent storage aggregation counter class. (Closed) Base URL: ssh://git@chromiumos-git/metrics.git
Patch Set: Address kmixter's comments. Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « metrics_daemon_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metrics_library_mock.h
diff --git a/metrics_library_mock.h b/metrics_library_mock.h
index ffc934295d311fa92ac06ce56ce81979b6e174d9..ba59c8f154e9a59b97fc26ae9a8f5298c207f971 100644
--- a/metrics_library_mock.h
+++ b/metrics_library_mock.h
@@ -20,4 +20,4 @@ class MetricsLibraryMock : public MetricsLibraryInterface {
int max));
};
-#endif /* METRICS_LIBRARY_MOCK_H_ */
+#endif // METRICS_LIBRARY_MOCK_H_
« no previous file with comments | « metrics_daemon_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698