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

Unified Diff: services/sky/dart_library_provider_impl.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 | « no previous file | services/sky/dart_library_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/dart_library_provider_impl.h
diff --git a/services/sky/dart_library_provider_impl.h b/services/sky/dart_library_provider_impl.h
index eea151089a993640056b8eb7e7050c796958e016..d66564a69408cd1207462b50db8241d7a8683de9 100644
--- a/services/sky/dart_library_provider_impl.h
+++ b/services/sky/dart_library_provider_impl.h
@@ -16,7 +16,7 @@ class DartLibraryProviderImpl : public shell::DartLibraryProviderNetwork {
PrefetchedLibrary();
~PrefetchedLibrary();
- String name;
+ std::string name;
mojo::ScopedDataPipeConsumerHandle pipe;
};
@@ -25,7 +25,7 @@ class DartLibraryProviderImpl : public shell::DartLibraryProviderNetwork {
~DartLibraryProviderImpl() override;
private:
- void GetLibraryAsStream(const String& name,
+ void GetLibraryAsStream(const std::string& name,
blink::DataPipeConsumerCallback callback) override;
scoped_ptr<PrefetchedLibrary> prefetched_library_;
« no previous file with comments | « no previous file | services/sky/dart_library_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698