| Index: components/keyed_service/core/keyed_service_shutdown_notifier.h
|
| diff --git a/components/keyed_service/core/keyed_service_shutdown_notifier.h b/components/keyed_service/core/keyed_service_shutdown_notifier.h
|
| index 2f2ca294a76b5dcaf1ef287a1ff4460e7ad3aac5..51f130d44b136113ad21618c15f9488312c4ab3b 100644
|
| --- a/components/keyed_service/core/keyed_service_shutdown_notifier.h
|
| +++ b/components/keyed_service/core/keyed_service_shutdown_notifier.h
|
| @@ -6,6 +6,7 @@
|
| #define COMPONENTS_KEYED_SERVICE_CORE_KEYED_SERVICE_SHUTDOWN_NOTIFIER_H_
|
|
|
| #include "base/callback_list.h"
|
| +#include "base/macros.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
|
|
| // This is a helper class for objects that depend on one or more keyed services,
|
|
|