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

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

Issue 2721153004: Remove ash_util namespace (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
Index: chrome/browser/ui/ash/ash_util.h
diff --git a/chrome/browser/ui/ash/ash_util.h b/chrome/browser/ui/ash/ash_util.h
index 59d5283f145b0518061a7fc926284712417296bd..c0f9f36cb3577ce86b2162bc55a0257dea3e01e9 100644
--- a/chrome/browser/ui/ash/ash_util.h
+++ b/chrome/browser/ui/ash/ash_util.h
@@ -18,8 +18,6 @@ namespace ui {
class Accelerator;
} // namespace ui
achuithb 2017/03/01 10:46:46 Can probably drop this comment.
-namespace ash_util {
-
// Creates an in-process Service instance of which can host common ash
// interfaces.
std::unique_ptr<service_manager::Service> CreateEmbeddedAshService(
@@ -35,6 +33,4 @@ bool IsRunningInMash();
// be consumed by web contents if needed.
bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator);
-} // namespace ash_util
-
#endif // CHROME_BROWSER_UI_ASH_ASH_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698