| Index: content/browser/DEPS | 
| diff --git a/content/browser/DEPS b/content/browser/DEPS | 
| index 98370cb4a6e00221e8980bff71e655d59b60efa1..f35eb300f1cd910a4db324ceafd0c20f3be9fd38 100644 | 
| --- a/content/browser/DEPS | 
| +++ b/content/browser/DEPS | 
| @@ -32,6 +32,7 @@ include_rules = [ | 
| # No inclusion of WebKit from the browser, other than strictly enum/POD, | 
| # header-only types, and some selected common code. | 
| "-third_party/WebKit", | 
| +  "+third_party/WebKit/public/platform/WebCursorInfo.h", | 
| "+third_party/WebKit/public/platform/WebGamepads.h", | 
| "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 
| "+third_party/WebKit/public/platform/WebIDBCallbacks.h", | 
| @@ -45,7 +46,6 @@ include_rules = [ | 
| "+third_party/WebKit/public/web/WebAXEnums.h", | 
| "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 
| "+third_party/WebKit/public/web/WebConsoleMessage.h", | 
| -  "+third_party/WebKit/public/web/WebCursorInfo.h", | 
| "+third_party/WebKit/public/web/WebDragOperation.h", | 
| "+third_party/WebKit/public/web/WebDragStatus.h", | 
| "+third_party/WebKit/public/web/WebFindOptions.h", | 
| @@ -55,7 +55,6 @@ include_rules = [ | 
| "+third_party/WebKit/public/web/WebPageSerializerClient.h", | 
| "+third_party/WebKit/public/web/WebPluginAction.h", | 
| "+third_party/WebKit/public/web/WebPopupType.h", | 
| -  "+third_party/WebKit/public/web/WebScreenInfo.h", | 
| "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 
| "+third_party/WebKit/public/web/WebTextDirection.h", | 
|  | 
|  |