| Index: webkit/media/buffered_resource_loader.cc
|
| ===================================================================
|
| --- webkit/media/buffered_resource_loader.cc (revision 176733)
|
| +++ webkit/media/buffered_resource_loader.cc (working copy)
|
| @@ -13,13 +13,12 @@
|
| #include "base/stringprintf.h"
|
| #include "media/base/media_log.h"
|
| #include "net/http/http_request_headers.h"
|
| -#include "webkit/media/cache_util.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderOptions.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h"
|
| +#include "webkit/media/cache_util.h"
|
|
|
| using WebKit::WebFrame;
|
| using WebKit::WebString;
|
|
|