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

Unified Diff: sky/shell/dart/dart_library_provider_network.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
« no previous file with comments | « sky/shell/dart/dart_library_provider_files.cc ('k') | sky/shell/dart/dart_library_provider_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/dart/dart_library_provider_network.h
diff --git a/sky/shell/dart/dart_library_provider_network.h b/sky/shell/dart/dart_library_provider_network.h
index b1f0add58592afe74db68c18341d78e148be5c11..e68a259db8f6b5a4f302a923768a143ac0fa8a9e 100644
--- a/sky/shell/dart/dart_library_provider_network.h
+++ b/sky/shell/dart/dart_library_provider_network.h
@@ -22,7 +22,7 @@ class DartLibraryProviderNetwork : 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;
« no previous file with comments | « sky/shell/dart/dart_library_provider_files.cc ('k') | sky/shell/dart/dart_library_provider_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698