diff options
Diffstat (limited to 'chrome/browser/download/download_util.cc')
-rw-r--r-- | chrome/browser/download/download_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc index 82b01b9..111baeb 100644 --- a/chrome/browser/download/download_util.cc +++ b/chrome/browser/download/download_util.cc @@ -19,8 +19,8 @@ #include "grit/locale_settings.h" #include "grit/theme_resources.h" #include "skia/ext/image_operations.h" -#include "skia/include/SkPath.h" -#include "skia/include/SkShader.h" +#include "third_party/skia/include/core/SkPath.h" +#include "third_party/skia/include/core/SkShader.h" #if defined(OS_WIN) #include "app/os_exchange_data.h" |