diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 13:17:45 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 13:17:45 +0000 |
commit | f7752782bffc044e83e542b588be43ad586f8904 (patch) | |
tree | 434af54b4399be791997adf39b03edd3ae318fd5 /chrome_frame | |
parent | 089d1865ae298680c1e34120747d391f62482bb9 (diff) | |
download | chromium_src-f7752782bffc044e83e542b588be43ad586f8904.zip chromium_src-f7752782bffc044e83e542b588be43ad586f8904.tar.gz chromium_src-f7752782bffc044e83e542b588be43ad586f8904.tar.bz2 |
Move app/app_switches to ui/gfx/gl/gl_switches.
This is in preparation of moving app/gfx/gl to ui/gfx/gl.
All of the switches in app_switches are GL related.
Removed many includes that were unnecessary.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6685089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index fd44081..c3e101b 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -4,7 +4,6 @@ #include "chrome_frame/chrome_frame_automation.h" -#include "app/app_switches.h" #include "base/callback.h" #include "base/command_line.h" #include "base/compiler_specific.h" |