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

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

Issue 2718333002: Move ash_util functions from 'chrome' namespace to 'ash_util' namespace (Closed)
Patch Set: Rebase after https://codereview.chromium.org/2715983002 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 f267bc602673f107148df9d97382c3bdbfc50b01..59d5283f145b0518061a7fc926284712417296bd 100644
--- a/chrome/browser/ui/ash/ash_util.h
+++ b/chrome/browser/ui/ash/ash_util.h
@@ -25,11 +25,6 @@ namespace ash_util {
std::unique_ptr<service_manager::Service> CreateEmbeddedAshService(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
-} // namespace ash_util
-
-// TODO(jamescook): Change this namespace to ash_util.
-namespace chrome {
-
// Returns true if Ash should be run at startup.
bool ShouldOpenAshOnStartup();
@@ -40,6 +35,6 @@ bool IsRunningInMash();
// be consumed by web contents if needed.
bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator);
-} // namespace chrome
+} // namespace ash_util
#endif // CHROME_BROWSER_UI_ASH_ASH_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698