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

Unified Diff: chrome/browser/gpu_process_host.cc

Issue 6551019: Trace_event upgrades (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/gpu_process_host.cc
diff --git a/chrome/browser/gpu_process_host.cc b/chrome/browser/gpu_process_host.cc
index 64e8e466517baed29a770f74431c9528b98d230f..7064cea18a4d44da8febf670b615afefff901f05 100644
--- a/chrome/browser/gpu_process_host.cc
+++ b/chrome/browser/gpu_process_host.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/gpu_process_host.h"
#include "app/app_switches.h"
+#include "base/command_line.h"
scheib 2011/02/23 21:34:10 This include is the only change to this file -- is
#include "base/metrics/histogram.h"
#include "base/ref_counted.h"
#include "base/string_piece.h"

Powered by Google App Engine
This is Rietveld 408576698