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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2493693003: Mojo C++ bindings: switch services/navigation mojom target to use STL 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
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/public/cpp/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index e98682c0d11ac91c169e2f717065a588c259f74e..b8afcceb677dc6b551666292876c7df31537d33f 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -44,7 +44,7 @@ class NavigationTest : public service_manager::test::ServiceTest,
loop_->Quit();
}
void NavigationStateChanged(const GURL& url,
- const mojo::String& title,
+ const std::string& title,
bool can_go_back,
bool can_go_forward) override {}
void LoadProgressChanged(double progress) override {}
« no previous file with comments | « mash/webtest/webtest.cc ('k') | services/navigation/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698