diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 02:35:32 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 02:35:32 +0000 |
commit | c76cf86cf8ae83b60d2d5f8a54d9bcc3cdd61cf5 (patch) | |
tree | 4576a551b8e9bbff4fedfcd52b5d847705c8c2ed /content/shell/shell_browser_context.cc | |
parent | a59fa04b5937c382b8f49c479d8b021d28e19b3e (diff) | |
download | chromium_src-c76cf86cf8ae83b60d2d5f8a54d9bcc3cdd61cf5.zip chromium_src-c76cf86cf8ae83b60d2d5f8a54d9bcc3cdd61cf5.tar.gz chromium_src-c76cf86cf8ae83b60d2d5f8a54d9bcc3cdd61cf5.tar.bz2 |
Fix typo in include from r101438
r101438 included a typo in the line #include "net/http/http_auth_handler_factory.gh".
This patch fixes the typo.
TBR=jam@chromium.org
BUG=90445
TEST=
Review URL: http://codereview.chromium.org/7926004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_context.cc')
-rw-r--r-- | content/shell/shell_browser_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc index 41cd0fc..32223b8 100644 --- a/content/shell/shell_browser_context.cc +++ b/content/shell/shell_browser_context.cc @@ -26,7 +26,7 @@ #include "net/base/default_origin_bound_cert_store.h" #include "net/base/dnsrr_resolver.h" #include "net/base/host_resolver.h" -#include "net/http/http_auth_handler_factory.gh" +#include "net/http/http_auth_handler_factory.h" #include "net/http/http_cache.h" #include "net/base/origin_bound_cert_service.h" #include "net/base/ssl_config_service_defaults.h" |