| Index: webkit/media/webmediaplayer_ms.cc
 | 
| ===================================================================
 | 
| --- webkit/media/webmediaplayer_ms.cc	(revision 176733)
 | 
| +++ webkit/media/webmediaplayer_ms.cc	(working copy)
 | 
| @@ -12,13 +12,13 @@
 | 
|  #include "base/metrics/histogram.h"
 | 
|  #include "media/base/media_log.h"
 | 
|  #include "media/base/video_frame.h"
 | 
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
 | 
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
 | 
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerClient.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebVideoFrame.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
 | 
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h"
 | 
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h"
 | 
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h"
 | 
|  #include "webkit/media/media_stream_audio_renderer.h"
 | 
|  #include "webkit/media/media_stream_client.h"
 | 
|  #include "webkit/media/video_frame_provider.h"
 | 
| 
 |