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

Unified Diff: chrome/common/search_provider.typemap

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small twiddles Created 4 years, 6 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
Index: chrome/common/search_provider.typemap
diff --git a/url/mojo/gurl.typemap b/chrome/common/search_provider.typemap
similarity index 41%
copy from url/mojo/gurl.typemap
copy to chrome/common/search_provider.typemap
index 5ff785589839ff7a275a56adba173d0fff1a39ae..a2a14e68ea3f4cceed80fb2fccb8fa2d570de991 100644
--- a/url/mojo/gurl.typemap
+++ b/chrome/common/search_provider.typemap
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//url/mojo/url.mojom"
-public_headers = [ "//url/gurl.h" ]
-traits_headers = [ "//url/mojo/url_gurl_struct_traits.h" ]
+mojom = "//chrome/common/search_provider.mojom"
+public_headers = [ "//chrome/common/search_provider.h" ]
+traits_headers = [ "//chrome/common/install_state_traits.h" ]
deps = [
- "//url",
+ "//ipc",
]
-type_mappings = [ "url.mojom.Url=GURL" ]
+type_mappings = [ "mojom.InstallState=search_provider::InstallState" ]

Powered by Google App Engine
This is Rietveld 408576698