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/service | |
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/service')
-rw-r--r-- | chrome/service/service_utility_process_host.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc index b0a0add..31f8b0e 100644 --- a/chrome/service/service_utility_process_host.cc +++ b/chrome/service/service_utility_process_host.cc @@ -4,7 +4,6 @@ #include "chrome/service/service_utility_process_host.h" -#include "app/app_switches.h" #include "base/command_line.h" #include "base/file_util.h" #include "base/message_loop.h" |