| Index: components/sync/core/activation_context.h
|
| diff --git a/components/sync/core/activation_context.h b/components/sync/core/activation_context.h
|
| index dd8f6d0472546342648f89a3135f29a3ed523480..b832b029547a2d6dbf0b150eebe3772d531130db 100644
|
| --- a/components/sync/core/activation_context.h
|
| +++ b/components/sync/core/activation_context.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_
|
| #define COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
|
|