| Index: ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| diff --git a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc b/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| index c8e673cdc6634914283624879a2541a9ff99cf05..027d81c304e785f02df5e20bc8a7be3771df037d 100644
|
| --- a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| +++ b/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "ui/views/view.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // Test with unicode strings.
|
| const char kTestScreenCaptureAppName[] =
|
| @@ -223,5 +222,4 @@ TEST_F(ScreenShareTest, SystemTrayInteraction) {
|
| TestSystemTrayInteraction(this);
|
| }
|
|
|
| -} // namespace internal
|
| -} // namespace ash
|
| +} // namespace ash
|
|
|