Index: content/browser/gpu/gpu_data_manager.cc |
diff --git a/content/browser/gpu/gpu_data_manager.cc b/content/browser/gpu/gpu_data_manager.cc |
index 8bd3bbdaa9d86f40ca6855b6482cf145daf84bf4..c9d41a2abae6bf51b1d1d32e999c11b630e3d6d4 100644 |
--- a/content/browser/gpu/gpu_data_manager.cc |
+++ b/content/browser/gpu/gpu_data_manager.cc |
@@ -10,16 +10,16 @@ |
#include "base/command_line.h" |
#include "base/metrics/histogram.h" |
-#include "base/stringprintf.h" |
#include "base/string_number_conversions.h" |
+#include "base/stringprintf.h" |
#include "base/sys_info.h" |
#include "base/values.h" |
#include "base/version.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/gpu/gpu_blacklist.h" |
#include "content/browser/gpu/gpu_process_host.h" |
#include "content/common/gpu/gpu_messages.h" |
#include "content/gpu/gpu_info_collector.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/common/content_client.h" |
#include "content/public/common/content_switches.h" |
#include "ui/gfx/gl/gl_implementation.h" |