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

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

Issue 2632543003: Refactor and push window properties up to class properties. (Closed)
Patch Set: Created 3 years, 11 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
Index: ui/aura/mus/mus_util.cc
diff --git a/ui/aura/mus/mus_util.cc b/ui/aura/mus/mus_util.cc
index 9676ca4f0600a450fc889928cf52d077e9ee59b1..f32e881ae6bdfd7e91fbf9725ce0d1740b0bece6 100644
--- a/ui/aura/mus/mus_util.cc
+++ b/ui/aura/mus/mus_util.cc
@@ -5,7 +5,7 @@
#include "ui/aura/mus/mus_util.h"
#include "ui/aura/window.h"
-#include "ui/aura/window_property.h"
+#include "ui/base/class_property.h"
namespace aura {
namespace {

Powered by Google App Engine
This is Rietveld 408576698