summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu_process_host.h
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/gpu_process_host.h
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/gpu_process_host.h')
-rw-r--r--content/browser/gpu_process_host.h2
1 files changed, 1 insertions, 1 deletions
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;