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

Unified Diff: ash/wm/panels/panel_layout_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/wm/overview/window_selector_window.cc ('k') | ash/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_layout_manager.h
diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
index 2d17b2d37f3d9154c4e3aead54a7659de4511547..f0c093d48c2bb83377090c890b4f44060da7bf0f 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/panels/panel_layout_manager.h
@@ -36,10 +36,8 @@ class Widget;
}
namespace ash {
-class Shelf;
-
-namespace internal {
class PanelCalloutWidget;
+class Shelf;
class ShelfLayoutManager;
// PanelLayoutManager is responsible for organizing panels within the
@@ -186,7 +184,6 @@ class ASH_EXPORT PanelLayoutManager
DISALLOW_COPY_AND_ASSIGN(PanelLayoutManager);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
« no previous file with comments | « ash/wm/overview/window_selector_window.cc ('k') | ash/wm/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698