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

Unified Diff: ash/touch/touch_uma.h

Issue 2215223003: Moves most frame related classes to ash/common/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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 | « ash/frame/header_painter_util.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_uma.h
diff --git a/ash/touch/touch_uma.h b/ash/touch/touch_uma.h
index 7a86b3f930d32606b4dc5a559302e90d65395ed7..fb9a5fcfc0c269f4706535e60e5cb234c8d49a64 100644
--- a/ash/touch/touch_uma.h
+++ b/ash/touch/touch_uma.h
@@ -5,19 +5,24 @@
#ifndef ASH_TOUCH_TOUCH_OBSERVER_UMA_H_
#define ASH_TOUCH_TOUCH_OBSERVER_UMA_H_
-#include <map>
-
+#include "ash/ash_export.h"
#include "ash/common/metrics/gesture_action_type.h"
-#include "ash/shell.h"
#include "base/macros.h"
#include "base/memory/singleton.h"
-#include "ui/gfx/geometry/point.h"
-#include "ui/views/widget/widget.h"
namespace aura {
class Window;
}
+namespace ui {
+class GestureEvent;
+class TouchEvent;
+}
+
+namespace gfx {
+class Point;
+}
+
namespace ash {
// Records some touch/gesture event specific details (e.g. what gestures are
« no previous file with comments | « ash/frame/header_painter_util.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698