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

Unified Diff: sky/shell/dart/dart_library_provider_files.h

Issue 1237973004: Port more String and HashMap usages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/shell/dart/dart_library_provider_files.h
diff --git a/sky/shell/dart/dart_library_provider_files.h b/sky/shell/dart/dart_library_provider_files.h
index 6a3c46cc5100010531b373bd8ced8c0b3c513cee..b62751b9fa2de1d72cf2db87e8e69ce701d63c2b 100644
--- a/sky/shell/dart/dart_library_provider_files.h
+++ b/sky/shell/dart/dart_library_provider_files.h
@@ -18,7 +18,7 @@ class DartLibraryProviderFiles : public blink::DartLibraryProvider {
protected:
// |DartLibraryProvider| implementation:
- void GetLibraryAsStream(const String& name,
+ void GetLibraryAsStream(const std::string& name,
blink::DataPipeConsumerCallback callback) override;
Dart_Handle CanonicalizeURL(Dart_Handle library, Dart_Handle url) override;

Powered by Google App Engine
This is Rietveld 408576698