Index: ash/system/drive/tray_drive.cc |
diff --git a/ash/system/drive/tray_drive.cc b/ash/system/drive/tray_drive.cc |
index 40a64c3b16de6a0a74fd42d50e36070207217a6e..54e19e302632270a9c6d2f986ce3ce508b5c60ef 100644 |
--- a/ash/system/drive/tray_drive.cc |
+++ b/ash/system/drive/tray_drive.cc |
@@ -36,9 +36,6 @@ |
#include "ui/views/widget/widget.h" |
namespace ash { |
- |
-namespace internal { |
- |
namespace { |
const int kSidePadding = 8; |
@@ -515,5 +512,4 @@ void TrayDrive::HideIfNoOperations() { |
detailed_->Update(&empty_list); |
} |
-} // namespace internal |
} // namespace ash |