diff options
Diffstat (limited to 'ppapi/proxy/browser_font_resource_trusted.cc')
-rw-r--r-- | ppapi/proxy/browser_font_resource_trusted.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/browser_font_resource_trusted.cc b/ppapi/proxy/browser_font_resource_trusted.cc index 4166c92..33b858e 100644 --- a/ppapi/proxy/browser_font_resource_trusted.cc +++ b/ppapi/proxy/browser_font_resource_trusted.cc @@ -17,9 +17,9 @@ #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" +#include "third_party/WebKit/public/web/WebFont.h" +#include "third_party/WebKit/public/web/WebFontDescription.h" +#include "third_party/WebKit/public/web/WebTextRun.h" #include "third_party/icu/public/common/unicode/ubidi.h" #include "third_party/skia/include/core/SkRect.h" |