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

Unified Diff: chrome/browser/chromeos/arc/tts/arc_tts_service.cc

Issue 2495913002: arc: Convert more Mojo types to STL (Closed)
Patch Set: Rebased to ToT 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: chrome/browser/chromeos/arc/tts/arc_tts_service.cc
diff --git a/chrome/browser/chromeos/arc/tts/arc_tts_service.cc b/chrome/browser/chromeos/arc/tts/arc_tts_service.cc
index bc1b80854b547b2fb8c926fe1ffd644807cda6f9..408016378f25ffa6fc58a5312ebb1b2406ba71ce 100644
--- a/chrome/browser/chromeos/arc/tts/arc_tts_service.cc
+++ b/chrome/browser/chromeos/arc/tts/arc_tts_service.cc
@@ -29,7 +29,7 @@ void ArcTtsService::OnInstanceReady() {
void ArcTtsService::OnTtsEvent(uint32_t id,
mojom::TtsEventType event_type,
uint32_t char_index,
- const mojo::String& error_msg) {
+ const std::string& error_msg) {
if (!TtsController::GetInstance())
return;
« no previous file with comments | « chrome/browser/chromeos/arc/tts/arc_tts_service.h ('k') | chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698