| Index: ash/system/chromeos/session/logout_button_tray.h
|
| diff --git a/ash/system/chromeos/session/logout_button_tray.h b/ash/system/chromeos/session/logout_button_tray.h
|
| index 2406567d798ff5fa0f695927fd164d8a81ad3795..8c40c2a898d88a877e13df051f00a1bf80d22302 100644
|
| --- a/ash/system/chromeos/session/logout_button_tray.h
|
| +++ b/ash/system/chromeos/session/logout_button_tray.h
|
| @@ -19,8 +19,6 @@ class LabelButton;
|
| }
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| class StatusAreaWidget;
|
|
|
| // Adds a logout button to the launcher's status area if enabled by the
|
| @@ -60,7 +58,6 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
|
| DISALLOW_COPY_AND_ASSIGN(LogoutButtonTray);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
|
|
|