Chromium Code Reviews| Index: ui/gfx/path_win.cc |
| diff --git a/ui/gfx/path_win.cc b/ui/gfx/path_win.cc |
| index 72f5191ccdf0e5e92d64efdd9c5dfe6daa18fada..e217447309af4239ce451ee26a30e2acdda979d7 100644 |
| --- a/ui/gfx/path_win.cc |
| +++ b/ui/gfx/path_win.cc |
| @@ -4,7 +4,8 @@ |
| #include "ui/gfx/path_win.h" |
| -#include "base/memory/scoped_ptr.h" |
| +#include <memory> |
| + |
| #include "base/win/scoped_gdi_object.h" |
| #include "third_party/skia/include/core/SkRegion.h" |
| #include "ui/gfx/path.h" |