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

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

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: Created 4 years 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: 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..3db7974d099ba5d2025da194997b91d48d59f506 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,
+ std::string name,
Array<uint8_t> data) {
Change change;
change.type = CHANGE_TYPE_PROPERTY_CHANGED;
« services/ui/ws/test_change_tracker.h ('K') | « 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