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

Unified Diff: services/ui/ws/test_change_tracker.cc

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: rebase Created 3 years, 12 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 | « services/ui/ws/test_change_tracker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_change_tracker.cc
diff --git a/services/ui/ws/test_change_tracker.cc b/services/ui/ws/test_change_tracker.cc
index b27a26a4def2ed338bf50d16972257a1ec1581bb..51ba96c2472fff88e4253ca74c7b2a337b0377ab 100644
--- a/services/ui/ws/test_change_tracker.cc
+++ b/services/ui/ws/test_change_tracker.cc
@@ -13,7 +13,6 @@
#include "services/ui/common/util.h"
using mojo::Array;
-using mojo::String;
namespace ui {
@@ -376,7 +375,7 @@ void TestChangeTracker::OnPointerEventObserved(const ui::Event& event,
}
void TestChangeTracker::OnWindowSharedPropertyChanged(Id window_id,
- String name,
+ const std::string& name,
Array<uint8_t> data) {
Change change;
change.type = CHANGE_TYPE_PROPERTY_CHANGED;
« no previous file with comments | « services/ui/ws/test_change_tracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698