Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: net/url_request/url_request_context_getter.h

Issue 296433002: Clean up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: other cleanup Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/url_request_context_builder.h ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context_getter.h
diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h
index 4c8e4af55c3b8257044c480ec8fb124a2b530515..b04ee8f60246cdec28d15f4a8dd5d5de9fa239fe 100644
--- a/net/url_request/url_request_context_getter.h
+++ b/net/url_request/url_request_context_getter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_NET_URL_REQUEST_CONTEXT_GETTER_H_
-#define CHROME_COMMON_NET_URL_REQUEST_CONTEXT_GETTER_H_
+#ifndef NET_URL_REQUEST_URL_REQUEST_CONTEXT_GETTER_H_
+#define NET_URL_REQUEST_URL_REQUEST_CONTEXT_GETTER_H_
#include "base/memory/ref_counted.h"
#include "base/sequenced_task_runner_helpers.h"
@@ -55,4 +55,4 @@ struct URLRequestContextGetterTraits {
} // namespace net
-#endif // CHROME_COMMON_NET_URL_REQUEST_CONTEXT_GETTER_H_
+#endif // NET_URL_REQUEST_URL_REQUEST_CONTEXT_GETTER_H_
« no previous file with comments | « net/url_request/url_request_context_builder.h ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698