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

Unified Diff: ash/touch/touch_hud_projection.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/touch/touch_hud_debug.cc ('k') | ash/touch/touch_hud_projection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/touch/touch_hud_debug.cc ('k') | ash/touch/touch_hud_projection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698