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

Unified Diff: content/renderer/background_sync/background_sync_client_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/renderer/background_sync/background_sync_client_impl.h
diff --git a/content/renderer/background_sync/background_sync_client_impl.h b/content/renderer/background_sync/background_sync_client_impl.h
index be6e19032dd1ba8f1e522925192d9d65a3cc333e..3db44a022e66d9646e82fd0a5866e2a1c7dec2a7 100644
--- a/content/renderer/background_sync/background_sync_client_impl.h
+++ b/content/renderer/background_sync/background_sync_client_impl.h
@@ -27,7 +27,7 @@ class CONTENT_EXPORT BackgroundSyncClientImpl
BackgroundSyncClientImpl();
// BackgroundSyncServiceClient methods:
- void Sync(const mojo::String& tag,
+ void Sync(const std::string& tag,
blink::mojom::BackgroundSyncEventLastChance last_chance,
const SyncCallback& callback) override;
« no previous file with comments | « content/browser/notifications/type_converters.cc ('k') | content/renderer/background_sync/background_sync_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698