Chromium Code Reviews| Index: ash/screenshot_delegate.h |
| diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h |
| index 9e7af06134f0aa907e0aa3d61c156831c320e7d7..36ca6a72a3c604cd46ac52e8f7008d02a758e4cc 100644 |
| --- a/ash/screenshot_delegate.h |
| +++ b/ash/screenshot_delegate.h |
| @@ -32,6 +32,7 @@ class ScreenshotDelegate { |
| // Returns true if the system is ready to take screenshot. |
| virtual bool CanTakeScreenshot() = 0; |
| }; |
| -} // namespace ash |
| + |
| +} // namespace |
|
oshima
2014/11/12 11:32:14
namespace ash
flackr
2014/11/18 16:46:30
Done.
|
| #endif // ASH_SCREENSHOT_DELEGATE_H_ |