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

Unified Diff: content/browser/notifications/blink_notification_service_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
Index: content/browser/notifications/blink_notification_service_impl.h
diff --git a/content/browser/notifications/blink_notification_service_impl.h b/content/browser/notifications/blink_notification_service_impl.h
index 30826de166170ced33ede4273b3362b4924844fd..0dacff288a6c7e07d93e911cf1abcdc9b8ab9619 100644
--- a/content/browser/notifications/blink_notification_service_impl.h
+++ b/content/browser/notifications/blink_notification_service_impl.h
@@ -29,7 +29,7 @@ class BlinkNotificationServiceImpl : public blink::mojom::NotificationService {
// blink::mojom::NotificationService implementation.
void GetPermissionStatus(
- const mojo::String& origin,
+ const std::string& origin,
const GetPermissionStatusCallback& callback) override;
private:
« no previous file with comments | « content/browser/mime_registry_impl.cc ('k') | content/browser/notifications/blink_notification_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698