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

Unified Diff: webrtc/system_wrappers/include/metrics.h

Issue 1838163002: Change include in metrics.h (change to use systems_wrappers/include/logging.h). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/include/metrics.h
diff --git a/webrtc/system_wrappers/include/metrics.h b/webrtc/system_wrappers/include/metrics.h
index 2c04c11bdffd128b84fdfdf52d563b15f915333f..1576f919107f85141078d462d5e736bcd1e4660a 100644
--- a/webrtc/system_wrappers/include/metrics.h
+++ b/webrtc/system_wrappers/include/metrics.h
@@ -15,8 +15,8 @@
#include "webrtc/base/atomicops.h"
#include "webrtc/base/checks.h"
-#include "webrtc/base/logging.h"
#include "webrtc/common_types.h"
+#include "webrtc/system_wrappers/include/logging.h"
// Macros for allowing WebRTC clients (e.g. Chrome) to gather and aggregate
// statistics.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698