Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: chrome/browser/ui/ash/app_launcher_id.h

Issue 2680423003: Reduce namespaces for ash::launcher::AppLauncherId (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_launcher_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_launcher_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698