diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-16 03:26:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-16 03:26:30 +0000 |
commit | c31130204459b6c4392ebca7f80cdb49fb04114b (patch) | |
tree | f74eb8dc0ca8a2b9038f146ee6f870e39d73d736 /content/common/debug_flags.cc | |
parent | e24f83264a5683313431829474f4c33eddf7b69b (diff) | |
download | chromium_src-c31130204459b6c4392ebca7f80cdb49fb04114b.zip chromium_src-c31130204459b6c4392ebca7f80cdb49fb04114b.tar.gz chromium_src-c31130204459b6c4392ebca7f80cdb49fb04114b.tar.bz2 |
Move json_value_serializer to content\common since it's used by code in content now.
TBR=avi
Review URL: http://codereview.chromium.org/6875018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/debug_flags.cc')
-rw-r--r-- | content/common/debug_flags.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/debug_flags.cc b/content/common/debug_flags.cc index 9fcf2f0..6b6dfef 100644 --- a/content/common/debug_flags.cc +++ b/content/common/debug_flags.cc @@ -7,7 +7,7 @@ #include "base/base_switches.h" #include "base/command_line.h" #include "base/utf_string_conversions.h" -#include "chrome/common/chrome_switches.h" +#include "content/common/content_switches.h" #include "ipc/ipc_switches.h" bool DebugFlags::ProcessDebugFlags(CommandLine* command_line, |