diff options
Diffstat (limited to 'content/browser')
-rw-r--r-- | content/browser/gpu_blacklist.h | 2 | ||||
-rw-r--r-- | content/browser/gpu_process_host.cc | 1 | ||||
-rw-r--r-- | content/browser/gpu_process_host.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/gpu_blacklist.h b/content/browser/gpu_blacklist.h index 2b810b7..6181178 100644 --- a/content/browser/gpu_blacklist.h +++ b/content/browser/gpu_blacklist.h @@ -12,7 +12,7 @@ #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/values.h" -#include "chrome/common/gpu_feature_flags.h" +#include "content/common/gpu_feature_flags.h" class DictionaryValue; class Version; diff --git a/content/browser/gpu_process_host.cc b/content/browser/gpu_process_host.cc index c15ebe8..5d3ff65 100644 --- a/content/browser/gpu_process_host.cc +++ b/content/browser/gpu_process_host.cc @@ -16,7 +16,6 @@ #include "chrome/browser/gpu_process_host_ui_shim.h" #include "chrome/browser/tab_contents/render_view_host_delegate_helper.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/gpu_feature_flags.h" #include "chrome/common/render_messages.h" #include "content/browser/browser_thread.h" #include "content/browser/renderer_host/render_widget_host.h" diff --git a/content/browser/gpu_process_host.h b/content/browser/gpu_process_host.h index 35c9163..b8c06e2 100644 --- a/content/browser/gpu_process_host.h +++ b/content/browser/gpu_process_host.h @@ -7,8 +7,8 @@ #pragma once #include "base/threading/non_thread_safe.h" -#include "chrome/common/gpu_feature_flags.h" #include "content/browser/browser_child_process_host.h" +#include "content/common/gpu_feature_flags.h" namespace IPC { class Message; |