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

Unified Diff: metrics_library.h

Issue 2832008: add C wrapper for libmetrics (Closed) Base URL: ssh://git@chromiumos-git//metrics.git
Patch Set: remove include 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
Index: metrics_library.h
diff --git a/metrics_library.h b/metrics_library.h
index a9ac0bb10e8402f3510a447ef3a7802d91fc8aca..80bea70a38a468623f2a769faf8e5c79235fbced 100644
--- a/metrics_library.h
+++ b/metrics_library.h
@@ -56,6 +56,7 @@ class MetricsLibrary : public MetricsLibraryInterface {
static bool SendToAutotest(const std::string& name, int value);
private:
+ friend class CMetricsLibraryTest;
friend class MetricsLibraryTest;
FRIEND_TEST(MetricsLibraryTest, FormatChromeMessage);
FRIEND_TEST(MetricsLibraryTest, FormatChromeMessageTooLong);
« c_metrics_library.h ('K') | « c_metrics_library.cc ('k') | metrics_library_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698