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

Unified Diff: net/proxy/mojo_proxy_type_converters.h

Issue 955263002: Rename mojo_type_converters.* to mojo_{host,proxy}_type_converters.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/proxy/mojo_proxy_resolver_impl_unittest.cc ('k') | net/proxy/mojo_proxy_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/mojo_proxy_type_converters.h
diff --git a/net/proxy/mojo_type_converters.h b/net/proxy/mojo_proxy_type_converters.h
similarity index 82%
rename from net/proxy/mojo_type_converters.h
rename to net/proxy/mojo_proxy_type_converters.h
index 3ab9258ab5c780a4a758bded7f0263ceb9251c04..f13c1fc925b09c3b863029b140d3df7f48f2bf14 100644
--- a/net/proxy/mojo_type_converters.h
+++ b/net/proxy/mojo_proxy_type_converters.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 NET_PROXY_MOJO_TYPE_CONVERTERS_H_
-#define NET_PROXY_MOJO_TYPE_CONVERTERS_H_
+#ifndef NET_PROXY_MOJO_PROXY_TYPE_CONVERTERS_H_
+#define NET_PROXY_MOJO_PROXY_TYPE_CONVERTERS_H_
#include "net/interfaces/proxy_resolver_service.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
@@ -26,4 +26,4 @@ struct TypeConverter<net::ProxyServer, net::interfaces::ProxyServerPtr> {
} // namespace mojo
-#endif // NET_PROXY_MOJO_TYPE_CONVERTERS_H_
+#endif // NET_PROXY_MOJO_PROXY_TYPE_CONVERTERS_H_
« no previous file with comments | « net/proxy/mojo_proxy_resolver_impl_unittest.cc ('k') | net/proxy/mojo_proxy_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698