Index: ash/touch/touch_uma.cc |
diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc |
index fe2ab8a8c046f022c427963f7329d694fae3385e..43394fed1b4e36115eacf2ee8ee630fae81f550d 100644 |
--- a/ash/touch/touch_uma.cc |
+++ b/ash/touch/touch_uma.cc |
@@ -10,7 +10,7 @@ |
#include "ui/aura/env.h" |
#include "ui/aura/window.h" |
#include "ui/aura/window_event_dispatcher.h" |
-#include "ui/aura/window_property.h" |
+#include "ui/base/class_property.h" |
#include "ui/events/event.h" |
#include "ui/events/event_utils.h" |
#include "ui/gfx/geometry/point_conversions.h" |
@@ -41,10 +41,10 @@ struct WindowTouchDetails { |
base::TimeTicks last_mt_time_; |
}; |
-DEFINE_OWNED_WINDOW_PROPERTY_KEY(WindowTouchDetails, kWindowTouchDetails, NULL); |
+DEFINE_OWNED_CLASS_PROPERTY_KEY(WindowTouchDetails, kWindowTouchDetails, NULL); |
} |
-DECLARE_WINDOW_PROPERTY_TYPE(WindowTouchDetails*); |
+DECLARE_CLASS_PROPERTY_TYPE(WindowTouchDetails*); |
namespace ash { |