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

Unified Diff: chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h

Issue 10907121: Add guards to metric values; erase bad events/metrics from db (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_use_units
Patch Set: Created 8 years, 3 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: chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h
diff --git a/chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h b/chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h
index c88a28c52ee835eb4d1cccf3e94100afa62c1c11..3354e61feec4a96b0e4b20f846661fdfdc46970c 100644
--- a/chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h
+++ b/chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_constants.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_PERFORMANCE_MONITOR_PERFORMANCE_MONITOR_UI_CONSTANTS_H_
#include "base/basictypes.h"
+#include "base/time.h"
Evan Stade 2012/09/14 08:39:16 remove
Devlin 2012/09/17 16:35:59 Done.
namespace performance_monitor {

Powered by Google App Engine
This is Rietveld 408576698