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

Unified Diff: ui/aura/mus/in_flight_change.cc

Issue 2500973002: Converts test_wm to use aura (Closed)
Patch Set: oopsie 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: ui/aura/mus/in_flight_change.cc
diff --git a/ui/aura/mus/in_flight_change.cc b/ui/aura/mus/in_flight_change.cc
index 9fd0eb9b34e17a4bfd1882ea65d004a564bb5c75..3b369a5455de92448725dd894aa1e13afb833818 100644
--- a/ui/aura/mus/in_flight_change.cc
+++ b/ui/aura/mus/in_flight_change.cc
@@ -70,7 +70,7 @@ void CrashInFlightChange::SetRevertValueFrom(const InFlightChange& change) {
}
void CrashInFlightChange::ChangeFailed() {
- DLOG(ERROR) << "changed failed, type=" << static_cast<int>(change_type());
+ DLOG(ERROR) << "change failed, type=" << static_cast<int>(change_type());
CHECK(false);
}

Powered by Google App Engine
This is Rietveld 408576698