summaryrefslogtreecommitdiffstats
path: root/ash/screenshot_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/screenshot_delegate.h')
-rw-r--r--ash/screenshot_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
index 56b29c9..b698a36 100644
--- a/ash/screenshot_delegate.h
+++ b/ash/screenshot_delegate.h
@@ -6,7 +6,7 @@
#define ASH_SCREENSHOT_DELEGATE_H_
#pragma once
-namespace aura_shell {
+namespace ash {
// Delegate for taking screenshots.
class ScreenshotDelegate {
@@ -17,6 +17,6 @@ class ScreenshotDelegate {
// when the user wants to take a screenshot manually.
virtual void HandleTakeScreenshot() = 0;
};
-} // namespace aura_shell
+} // namespace ash
#endif // ASH_SCREENSHOT_DELEGATE_H_