diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 00:10:12 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 00:10:12 +0000 |
commit | 43e56155ca4f6b626972260af82c74ca7fc99ee3 (patch) | |
tree | 84b9db73ef5a5b7fbbf707f97f96eeba4a67bb84 /content/browser/gpu_process_host.h | |
parent | 701f7aa536d7798b1973627f60597b904b23e925 (diff) | |
download | chromium_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.h | 2 |
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; |