diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 23:38:12 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 23:38:12 +0000 |
commit | c1fff0754fdf74d5b51f397c87ddb4a7f80f3462 (patch) | |
tree | bc797719e89e6b63bfd88c6f215630d7aa014cbf /content/shell | |
parent | 9e3af36306f756a08b0386c0c340c51914febab4 (diff) | |
download | chromium_src-c1fff0754fdf74d5b51f397c87ddb4a7f80f3462.zip chromium_src-c1fff0754fdf74d5b51f397c87ddb4a7f80f3462.tar.gz chromium_src-c1fff0754fdf74d5b51f397c87ddb4a7f80f3462.tar.bz2 |
Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9467016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/shell_browser_context.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc index c4e2e8a..201c0d6 100644 --- a/content/shell/shell_browser_context.cc +++ b/content/shell/shell_browser_context.cc @@ -11,7 +11,6 @@ #include "base/path_service.h" #include "base/threading/thread.h" #include "content/browser/download/download_manager_impl.h" -#include "content/browser/in_process_webkit/webkit_context.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/geolocation_permission_context.h" #include "content/public/browser/speech_input_preferences.h" |