Chromium Code Reviews| 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_ |