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

Unified Diff: mojo/converters/url/url_type_converters.h

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 | « mojo/converters/url/BUILD.gn ('k') | mojo/converters/url/url_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/url/url_type_converters.h
diff --git a/mojo/common/url_type_converters.h b/mojo/converters/url/url_type_converters.h
similarity index 60%
rename from mojo/common/url_type_converters.h
rename to mojo/converters/url/url_type_converters.h
index 04390830795ef71c2b1bf5b25940a5604f7cd33f..7842d547273fb2e9299158874842678cf5bcbd05 100644
--- a/mojo/common/url_type_converters.h
+++ b/mojo/converters/url/url_type_converters.h
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_COMMON_URL_TYPE_CONVERTERS_H_
-#define MOJO_COMMON_URL_TYPE_CONVERTERS_H_
+#ifndef MOJO_CONVERTERS_URL_URL_TYPE_CONVERTERS_H_
+#define MOJO_CONVERTERS_URL_URL_TYPE_CONVERTERS_H_
-#include "third_party/mojo/src/mojo/public/cpp/bindings/string.h"
-#include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
+#include "mojo/public/cpp/bindings/type_converter.h"
+#include "mojo/public/cpp/bindings/string.h"
class GURL;
namespace mojo {
-
template <>
struct TypeConverter<String, GURL> {
static String Convert(const GURL& input);
@@ -24,4 +23,4 @@ struct TypeConverter<GURL, String> {
} // namespace mojo
-#endif // MOJO_COMMON_URL_TYPE_CONVERTERS_H_
+#endif // MOJO_CONVERTERS_URL_URL_TYPE_CONVERTERS_H_
« no previous file with comments | « mojo/converters/url/BUILD.gn ('k') | mojo/converters/url/url_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698