Index: ash/touch/touch_hud_projection.h |
diff --git a/ash/touch/touch_hud_projection.h b/ash/touch/touch_hud_projection.h |
index 59e86c8de1b0b933423e81f4c69a86e289e45ba3..8e3074940bfb01f11b53f414a679f22b57dcbb71 100644 |
--- a/ash/touch/touch_hud_projection.h |
+++ b/ash/touch/touch_hud_projection.h |
@@ -10,8 +10,6 @@ |
#include "ash/touch/touch_observer_hud.h" |
namespace ash { |
-namespace internal { |
- |
class TouchPointView; |
// A heads-up display to show active touch points on the screen. As a derivative |
@@ -40,7 +38,6 @@ class TouchHudProjection : public TouchObserverHUD { |
DISALLOW_COPY_AND_ASSIGN(TouchHudProjection); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_TOUCH_TOUCH_HUD_PROJECTION_H_ |