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

Unified Diff: ash/shelf/shelf_tooltip_manager.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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shelf/shelf_tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_tooltip_manager.h
diff --git a/ash/shelf/shelf_tooltip_manager.h b/ash/shelf/shelf_tooltip_manager.h
index 5bb5f0966bb3a49c73c337ff0736e9ccfb3cd383..d7ca088610ceb6d0b6ea49df4bc430db84f0ed72 100644
--- a/ash/shelf/shelf_tooltip_manager.h
+++ b/ash/shelf/shelf_tooltip_manager.h
@@ -26,15 +26,14 @@ class Label;
}
namespace ash {
+class ShelfView;
+class ShelfLayoutManager;
+
namespace test {
class ShelfTooltipManagerTest;
class ShelfViewTest;
}
-namespace internal {
-class ShelfView;
-class ShelfLayoutManager;
-
// ShelfTooltipManager manages the tooltip balloon poping up on shelf items.
class ASH_EXPORT ShelfTooltipManager : public ui::EventHandler,
public ShelfLayoutManagerObserver {
@@ -115,7 +114,6 @@ protected:
DISALLOW_COPY_AND_ASSIGN(ShelfTooltipManager);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_SHELF_TOOLTIP_MANAGER_H_
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shelf/shelf_tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698