| Index: content/browser/compositor/reflector_impl.h
|
| diff --git a/content/browser/compositor/reflector_impl.h b/content/browser/compositor/reflector_impl.h
|
| index ca1a89f8b4ef1342ff377aea4b87d7b6f495cf2b..b1eb6cf4d0226eff50fefaee3a77c3e08f9bf77e 100644
|
| --- a/content/browser/compositor/reflector_impl.h
|
| +++ b/content/browser/compositor/reflector_impl.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CONTENT_BROWSER_COMPOSITOR_REFLECTOR_IMPL_H_
|
| #define CONTENT_BROWSER_COMPOSITOR_REFLECTOR_IMPL_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/callback.h"
|
| #include "base/id_map.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/synchronization/lock.h"
|
|
|