| Index: chrome/browser/ui/ash/app_launcher_id.h
|
| diff --git a/chrome/browser/ui/ash/app_launcher_id.h b/chrome/browser/ui/ash/app_launcher_id.h
|
| index dcdcc6ff715be4b35d01797f99214d2716d1783a..5c5eb9b255b2e0a65f2033683ce38277f0f2d050 100644
|
| --- a/chrome/browser/ui/ash/app_launcher_id.h
|
| +++ b/chrome/browser/ui/ash/app_launcher_id.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| namespace ash {
|
| -namespace launcher {
|
|
|
| // A unique chrome launcher id used to identify a shelf item. This class is a
|
| // wrapper for the chrome launcher identifier. |app_launcher_id_| includes the
|
| @@ -41,7 +40,6 @@ class AppLauncherId {
|
| std::string launch_id_;
|
| };
|
|
|
| -} // namespace launcher
|
| } // namespace ash
|
|
|
| #endif // CHROME_BROWSER_UI_ASH_APP_LAUNCHER_ID_H_
|
|
|