diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 04:53:45 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 04:53:45 +0000 |
commit | 8468d2885dd17bb1837b589d6b3719d23d3160ba (patch) | |
tree | 4367b64d23049466b89cbdd74d2c6fd25972150f /content/app | |
parent | 5175cf4c97927de502e944c056bae789da98926f (diff) | |
download | chromium_src-8468d2885dd17bb1837b589d6b3719d23d3160ba.zip chromium_src-8468d2885dd17bb1837b589d6b3719d23d3160ba.tar.gz chromium_src-8468d2885dd17bb1837b589d6b3719d23d3160ba.tar.bz2 |
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
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/content_main_runner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc index 54ceddd..8c6bd29 100644 --- a/content/app/content_main_runner.cc +++ b/content/app/content_main_runner.cc @@ -42,7 +42,7 @@ #include "ui/base/ui_base_paths.h" #include "ui/base/ui_base_switches.h" #include "ui/base/win/dpi.h" -#include "webkit/user_agent/user_agent.h" +#include "webkit/common/user_agent/user_agent.h" #if defined(USE_TCMALLOC) #include "third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h" |