| Index: ash/system/chromeos/session/tray_session_length_limit.cc
|
| diff --git a/ash/system/chromeos/session/tray_session_length_limit.cc b/ash/system/chromeos/session/tray_session_length_limit.cc
|
| index 72aeaecfeec5c7b5540c4a1ee0a1fc7136e860e9..6e1df7a57fb1df9d6b1b759e06d911ddb8e38782 100644
|
| --- a/ash/system/chromeos/session/tray_session_length_limit.cc
|
| +++ b/ash/system/chromeos/session/tray_session_length_limit.cc
|
| @@ -37,8 +37,6 @@
|
| using message_center::Notification;
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| // If the remaining session time falls below this threshold, the user should be
|
| @@ -388,5 +386,4 @@ bool TraySessionLengthLimit::IsTrayViewVisibleForTest() {
|
| return tray_view_ && tray_view_->visible();
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|