Index: ui/views/widget/desktop_aura/desktop_capture_client.h |
diff --git a/ui/views/widget/desktop_aura/desktop_capture_client.h b/ui/views/widget/desktop_aura/desktop_capture_client.h |
index fc075f33d70232da5cae5fa0af1dea7e6a5905f9..5445f29f0adff138c35a95b8008afa3867b5d9b4 100644 |
--- a/ui/views/widget/desktop_aura/desktop_capture_client.h |
+++ b/ui/views/widget/desktop_aura/desktop_capture_client.h |
@@ -12,6 +12,10 @@ |
#include "ui/aura/client/capture_client.h" |
#include "ui/views/views_export.h" |
+namespace aura { |
+class RootWindow; |
+} |
+ |
namespace views { |
// Desktop implementation of CaptureClient. There is one CaptureClient per |