| Index: chrome/common/extensions/api/plugins/plugins_handler.h
|
| diff --git a/chrome/common/extensions/api/plugins/plugins_handler.h b/chrome/common/extensions/api/plugins/plugins_handler.h
|
| index ca2a4bc7f350c0744292bc7aeffad2dd47fc5a2b..6568b38fc13c8269935373cafed44a801b4acbf7 100644
|
| --- a/chrome/common/extensions/api/plugins/plugins_handler.h
|
| +++ b/chrome/common/extensions/api/plugins/plugins_handler.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CHROME_COMMON_EXTENSIONS_API_PLUGINS_PLUGINS_HANDLER_H_
|
| #define CHROME_COMMON_EXTENSIONS_API_PLUGINS_PLUGINS_HANDLER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_handler.h"
|
|
|
|
|