Index: ui/aura/client/capture_delegate.h |
diff --git a/ui/aura/client/capture_delegate.h b/ui/aura/client/capture_delegate.h |
index c727b0a069797a1a6d99239e10b439ad81f0b267..3f3c69141be6dd5ced6aa635042c55b7d051fcb5 100644 |
--- a/ui/aura/client/capture_delegate.h |
+++ b/ui/aura/client/capture_delegate.h |
@@ -11,8 +11,8 @@ namespace aura { |
class Window; |
namespace client { |
-// This interface provides API to change the RootWindow's capture state |
-// without exposing them as RootWindow API. |
+// This interface provides API to change the root Window's capture state without |
+// exposing them as RootWindow API. |
class AURA_EXPORT CaptureDelegate { |
public: |
// Called when a capture is set on the |new_capture| which is owned by |