summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-17 00:10:12 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-17 00:10:12 +0000
commit43e56155ca4f6b626972260af82c74ca7fc99ee3 (patch)
tree84b9db73ef5a5b7fbbf707f97f96eeba4a67bb84 /content/browser
parent701f7aa536d7798b1973627f60597b904b23e925 (diff)
downloadchromium_src-43e56155ca4f6b626972260af82c74ca7fc99ee3.zip
chromium_src-43e56155ca4f6b626972260af82c74ca7fc99ee3.tar.gz
chromium_src-43e56155ca4f6b626972260af82c74ca7fc99ee3.tar.bz2
Move gpu_feature_flags from chrome\common to content\common.
TBR=zmo Review URL: http://codereview.chromium.org/6672064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/gpu_blacklist.h2
-rw-r--r--content/browser/gpu_process_host.cc1
-rw-r--r--content/browser/gpu_process_host.h2
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;