| Index: chrome/browser/ui/webui/invalidations_message_handler.h
|
| diff --git a/chrome/browser/ui/webui/invalidations_message_handler.h b/chrome/browser/ui/webui/invalidations_message_handler.h
|
| index 78e1e2f98271190762fd30060b72cd99caeb5c59..82c3809cfc2405f95dec3d731fa8fc8c96a6566e 100644
|
| --- a/chrome/browser/ui/webui/invalidations_message_handler.h
|
| +++ b/chrome/browser/ui/webui/invalidations_message_handler.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CHROME_BROWSER_UI_WEBUI_INVALIDATIONS_MESSAGE_HANDLER_H_
|
| #define CHROME_BROWSER_UI_WEBUI_INVALIDATIONS_MESSAGE_HANDLER_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/values.h"
|
| #include "components/invalidation/impl/invalidation_logger_observer.h"
|
|
|