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

Unified Diff: ash/shelf/shelf_button_host.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_button.cc ('k') | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_button_host.h
diff --git a/ash/shelf/shelf_button_host.h b/ash/shelf/shelf_button_host.h
index d3b3fa25c59fee987b66362949221a8394fee75a..b664c7f407777d18f7cad77671fb379c76f0b8ee 100644
--- a/ash/shelf/shelf_button_host.h
+++ b/ash/shelf/shelf_button_host.h
@@ -17,7 +17,6 @@ class View;
}
namespace ash {
-namespace internal {
// The shelf buttons communicate back to the host by way of this interface.
// This interface is used to enable reordering the items on the shelf.
@@ -61,7 +60,6 @@ class ASH_EXPORT ShelfButtonHost {
virtual ~ShelfButtonHost() {}
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_SHELF_BUTTON_HOST_H_
« no previous file with comments | « ash/shelf/shelf_button.cc ('k') | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698