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 /chrome/test/automation/tab_proxy.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 'chrome/test/automation/tab_proxy.cc')
-rw-r--r-- | chrome/test/automation/tab_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc index 433f353..ffc6db2 100644 --- a/chrome/test/automation/tab_proxy.cc +++ b/chrome/test/automation/tab_proxy.cc @@ -11,10 +11,10 @@ #include "base/threading/platform_thread.h" #include "base/utf_string_conversions.h" #include "chrome/common/automation_messages.h" -#include "chrome/common/json_value_serializer.h" #include "chrome/test/automation/automation_json_requests.h" #include "chrome/test/automation/automation_proxy.h" #include "chrome/test/automation/browser_proxy.h" +#include "content/common/json_value_serializer.h" #include "googleurl/src/gurl.h" TabProxy::TabProxy(AutomationMessageSender* sender, |