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

Unified Diff: content/browser/mime_registry_impl.h

Issue 2522553003: Mojo C++ bindings: switch WebKit mojom targets to use STL/WTF types. (Closed)
Patch Set: . Created 4 years, 1 month 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 | « content/browser/hyphenation/hyphenation_impl.cc ('k') | content/browser/mime_registry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mime_registry_impl.h
diff --git a/content/browser/mime_registry_impl.h b/content/browser/mime_registry_impl.h
index 6cdaadfa7449fab4959e2c0b3f0c766b6b6fd24f..733faa47d97c363e7f7f7dc47b421c4cca936409 100644
--- a/content/browser/mime_registry_impl.h
+++ b/content/browser/mime_registry_impl.h
@@ -18,7 +18,7 @@ class MimeRegistryImpl : public blink::mojom::MimeRegistry {
private:
void GetMimeTypeFromExtension(
- const mojo::String& extension,
+ const std::string& extension,
const GetMimeTypeFromExtensionCallback& callback) override;
};
« no previous file with comments | « content/browser/hyphenation/hyphenation_impl.cc ('k') | content/browser/mime_registry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698