Index: content/browser/gpu/gpu_data_manager_impl_private.cc |
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc |
index 6b57bcf41508598a03998e00072e6b3d2ceebfc6..00340cc2c741cc80c9e93294bf95b66c13212f6b 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -11,6 +11,7 @@ |
#include "base/metrics/histogram.h" |
#include "base/metrics/sparse_histogram.h" |
#include "base/strings/string_number_conversions.h" |
+#include "base/strings/string_split.h" |
#include "base/strings/stringprintf.h" |
#include "base/sys_info.h" |
#include "base/trace_event/trace_event.h" |
@@ -18,7 +19,7 @@ |
#include "build/build_config.h" |
#include "cc/base/switches.h" |
#include "content/browser/gpu/gpu_process_host.h" |
-#include "content/common/gpu/gpu_messages.h" |
+#include "content/common/gpu/gpu_browser_messages.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/gpu_data_manager_observer.h" |
#include "content/public/common/content_client.h" |