Index: content/browser/screen_orientation/screen_orientation_provider.h |
diff --git a/content/browser/screen_orientation/screen_orientation_provider.h b/content/browser/screen_orientation/screen_orientation_provider.h |
index 6a4abb307ba4ffb02c23f5b87948baff34555349..28d52c9066f49c4862aee35dcc6e48ed983fe46f 100644 |
--- a/content/browser/screen_orientation/screen_orientation_provider.h |
+++ b/content/browser/screen_orientation/screen_orientation_provider.h |
@@ -5,6 +5,8 @@ |
#ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_ |
#define CONTENT_BROWSER_SCREEN_ORIENTATION_PROVIDER_H_ |
+#include "third_party/WebKit/public/platform/WebScreenOrientation.h" |
+ |
namespace content { |
// Interface that needs to be implemented by any backend that wants to handle |