| Index: ui/gfx/platform_font_linux.h
|
| diff --git a/ui/gfx/platform_font_linux.h b/ui/gfx/platform_font_linux.h
|
| index e990f33b1ed0cd02a68790a433d2b26718faaf3e..2638ca2cdf8654b1b473b16e1c0828d1a0d6a1f3 100644
|
| --- a/ui/gfx/platform_font_linux.h
|
| +++ b/ui/gfx/platform_font_linux.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef UI_GFX_PLATFORM_FONT_LINUX_H_
|
| #define UI_GFX_PLATFORM_FONT_LINUX_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "build/build_config.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
|
|