diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 22:21:34 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 22:21:34 +0000 |
commit | 43530b348b5dd6dce73c98be7295eba45b7a49be (patch) | |
tree | 8a0a5489b9b1322ab0383659cb05b320c7d839a5 /net/url_request/url_request_context.h | |
parent | d6302c7b44785ce4361ec4e48308448738eb1005 (diff) | |
download | chromium_src-43530b348b5dd6dce73c98be7295eba45b7a49be.zip chromium_src-43530b348b5dd6dce73c98be7295eba45b7a49be.tar.gz chromium_src-43530b348b5dd6dce73c98be7295eba45b7a49be.tar.bz2 |
Fix header include guards.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_request_context.h')
-rw-r--r-- | net/url_request/url_request_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h index e23a6ba..e4cbee0 100644 --- a/net/url_request/url_request_context.h +++ b/net/url_request/url_request_context.h @@ -32,8 +32,8 @@ // The class is reference-counted so that it can be cleaned up after any // requests that are using it have been completed. -#ifndef BASE_URL_REQUEST_URL_REQUEST_CONTEXT_H__ -#define BASE_URL_REQUEST_URL_REQUEST_CONTEXT_H__ +#ifndef NET_URL_REQUEST_URL_REQUEST_CONTEXT_H_ +#define NET_URL_REQUEST_URL_REQUEST_CONTEXT_H_ #include <string> @@ -104,4 +104,4 @@ class URLRequestContext : DISALLOW_EVIL_CONSTRUCTORS(URLRequestContext); }; -#endif // BASE_URL_REQUEST_URL_REQUEST_CONTEXT_H__ +#endif // NET_URL_REQUEST_URL_REQUEST_CONTEXT_H_ |