| Index: ppapi/proxy/browser_font_resource_trusted.cc
|
| diff --git a/ppapi/proxy/browser_font_resource_trusted.cc b/ppapi/proxy/browser_font_resource_trusted.cc
|
| index e9ee4fe15742e9025116fdaebb3977f35c8e58fc..e11f14af05ebc1954fb99b5ffa289343cb6d07fa 100644
|
| --- a/ppapi/proxy/browser_font_resource_trusted.cc
|
| +++ b/ppapi/proxy/browser_font_resource_trusted.cc
|
| @@ -13,10 +13,10 @@
|
| #include "ppapi/thunk/ppb_image_data_api.h"
|
| #include "ppapi/thunk/thunk.h"
|
| #include "skia/ext/platform_canvas.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCanvas.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebCanvas.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatRect.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFont.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFontDescription.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextRun.h"
|
|
|