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

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

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 | « chrome/browser/ui/ash/app_launcher_id.h ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.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.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
« no previous file with comments | « chrome/browser/ui/ash/app_launcher_id.h ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698