| Index: chrome/browser/ui/ash/app_launcher_id.cc
|
| diff --git a/chrome/browser/ui/ash/app_launcher_id.cc b/chrome/browser/ui/ash/app_launcher_id.cc
|
| index fa42b1f51fc849e77b144d753a0799021eec7a18..e6f94a76d31e7b01b91cf7af4fa7720fb475253a 100644
|
| --- a/chrome/browser/ui/ash/app_launcher_id.cc
|
| +++ b/chrome/browser/ui/ash/app_launcher_id.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/logging.h"
|
|
|
| namespace ash {
|
| -namespace launcher {
|
|
|
| AppLauncherId::AppLauncherId(const std::string& app_id,
|
| const std::string& launch_id)
|
| @@ -23,5 +22,4 @@ AppLauncherId::AppLauncherId() {}
|
|
|
| AppLauncherId::~AppLauncherId() {}
|
|
|
| -} // namespace launcher
|
| } // namespace ash
|
|
|