diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
commit | c08950d205ff5366e6e26059cd6568cb89b28c90 (patch) | |
tree | 51640a82f1d019b619df2bbe55b612ef2d66094e /content/browser/zygote_main_linux.cc | |
parent | aea9fa18d6b83fa89042d9b16d70a9d1ade82d75 (diff) | |
download | chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.zip chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.gz chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.bz2 |
Move content_switches to content\public\common.
BUG=98716
Review URL: http://codereview.chromium.org/8277018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 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 05e9e8f..aad5283 100644 --- a/content/browser/zygote_main_linux.cc +++ b/content/browser/zygote_main_linux.cc @@ -29,7 +29,6 @@ #include "build/build_config.h" #include "crypto/nss_util.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" @@ -40,6 +39,7 @@ #include "content/common/set_process_title.h" #include "content/common/unix_domain_socket_posix.h" #include "content/common/zygote_fork_delegate_linux.h" +#include "content/public/common/content_switches.h" #include "skia/ext/SkFontHost_fontconfig_control.h" #include "unicode/timezone.h" #include "ipc/ipc_channel.h" |