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_ |