diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-13 23:56:51 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-13 23:56:51 +0000 |
commit | 4287a3dba847dce805997314fcd560a5dadc1738 (patch) | |
tree | bd69a1f4c802d5df31ac5fadeb13732984d63821 /content/browser/zygote_main_linux.cc | |
parent | 7daebb52b22ca0e87f3b595beaa1d166a9002c5a (diff) | |
download | chromium_src-4287a3dba847dce805997314fcd560a5dadc1738.zip chromium_src-4287a3dba847dce805997314fcd560a5dadc1738.tar.gz chromium_src-4287a3dba847dce805997314fcd560a5dadc1738.tar.bz2 |
Remove content dependency on chrome/browser/accessibility/browser_accessibility_state.h and chrome/common/chrome_switches.h.
BUG=76697,85932
Review URL: http://codereview.chromium.org/7046114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_main_linux.cc')
-rw-r--r-- | content/browser/zygote_main_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc index b01e2ed..8a30120 100644 --- a/content/browser/zygote_main_linux.cc +++ b/content/browser/zygote_main_linux.cc @@ -29,8 +29,8 @@ #include "build/build_config.h" #include "crypto/nss_util.h" #include "chrome/common/chrome_paths.h" -#include "chrome/common/chrome_switches.h" #include "content/common/chrome_descriptors.h" +#include "content/common/content_switches.h" #include "content/common/font_config_ipc_linux.h" #include "content/common/main_function_params.h" #include "content/common/pepper_plugin_registry.h" |