| Index: extensions/browser/updater/safe_manifest_parser.h
|
| diff --git a/extensions/browser/updater/safe_manifest_parser.h b/extensions/browser/updater/safe_manifest_parser.h
|
| index b6559834f7ea9e7b1e0635f1cf72b6db487da237..3f852fe68a579ce08a240a5aa5a5ef934c1259c5 100644
|
| --- a/extensions/browser/updater/safe_manifest_parser.h
|
| +++ b/extensions/browser/updater/safe_manifest_parser.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef EXTENSIONS_BROWSER_UPDATER_SAFE_MANIFEST_PARSER_H_
|
| #define EXTENSIONS_BROWSER_UPDATER_SAFE_MANIFEST_PARSER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| #include "extensions/browser/updater/manifest_fetch_data.h"
|
| #include "extensions/common/update_manifest.h"
|
|
|