From 8468d2885dd17bb1837b589d6b3719d23d3160ba Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Thu, 23 May 2013 04:53:45 +0000 Subject: Move webkit/user_agent/ into webkit/common webkit/user_agent/ defines a tidy little library that depends on almost nothing and can be used in any process. This moves it into webkit/common/user_agent/. It's still linked as a separate component in the shared_library build. BUG=237267 R=darin Review URL: https://chromiumcodereview.appspot.com/15702003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201700 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell_request_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/test_shell') diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc index 3e06ea5..ee093b2 100644 --- a/webkit/tools/test_shell/test_shell_request_context.cc +++ b/webkit/tools/test_shell/test_shell_request_context.cc @@ -32,10 +32,10 @@ #include "webkit/blob/blob_storage_controller.h" #include "webkit/blob/blob_url_request_job_factory.h" #include "webkit/browser/fileapi/file_system_url_request_job_factory.h" +#include "webkit/common/user_agent/user_agent.h" #include "webkit/fileapi/file_system_context.h" #include "webkit/tools/test_shell/simple_file_system.h" #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" -#include "webkit/user_agent/user_agent.h" class TestShellHttpUserAgentSettings : public net::HttpUserAgentSettings { public: -- cgit v1.1