| Index: ash/system/chromeos/network/tray_sms.cc
|
| diff --git a/ash/system/chromeos/network/tray_sms.cc b/ash/system/chromeos/network/tray_sms.cc
|
| index d16865b03bd451f4b8563d9f4a9bb7dd8554e99e..c3147a6ef38a9b03b15e5eb2c772a752a5c7df86 100644
|
| --- a/ash/system/chromeos/network/tray_sms.cc
|
| +++ b/ash/system/chromeos/network/tray_sms.cc
|
| @@ -53,7 +53,6 @@ bool GetMessageFromDictionary(const base::DictionaryValue* message,
|
| } // namespace
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| class TraySms::SmsDefaultView : public TrayItemMore {
|
| public:
|
| @@ -417,5 +416,4 @@ void TraySms::Update(bool notify) {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|