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

Unified Diff: net/dns/mojo_host_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/dns/mojo_host_resolver_impl_unittest.cc ('k') | net/dns/mojo_host_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mojo_host_type_converters.h
diff --git a/net/dns/mojo_type_converters.h b/net/dns/mojo_host_type_converters.h
similarity index 89%
rename from net/dns/mojo_type_converters.h
rename to net/dns/mojo_host_type_converters.h
index 4e17a69c21b24757aa71ac7e49f6b91e61f20201..8889b3fb5fdf0d05956c7f76f773172e9e5e81b6 100644
--- a/net/dns/mojo_type_converters.h
+++ b/net/dns/mojo_host_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_DNS_MOJO_TYPE_CONVERTERS_H_
-#define NET_DNS_MOJO_TYPE_CONVERTERS_H_
+#ifndef NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
+#define NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
#include "net/dns/host_resolver.h"
#include "net/interfaces/host_resolver_service.mojom.h"
@@ -36,4 +36,4 @@ struct TypeConverter<net::AddressList, net::interfaces::AddressList> {
} // namespace mojo
-#endif // NET_DNS_MOJO_TYPE_CONVERTERS_H_
+#endif // NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
« no previous file with comments | « net/dns/mojo_host_resolver_impl_unittest.cc ('k') | net/dns/mojo_host_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698