| Index: chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h
|
| diff --git a/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h b/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h
|
| index e7b4b2fc4fd93fd3366782dfd5d3d9996edf9d1a..41c88254aa06de465a76768aec7804a422708a24 100644
|
| --- a/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h
|
| +++ b/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_CRYPTOTOKEN_PRIVATE_CRYPTOTOKEN_PRIVATE_API_H_
|
| #define CHROME_BROWSER_EXTENSIONS_API_CRYPTOTOKEN_PRIVATE_CRYPTOTOKEN_PRIVATE_API_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/extensions/chrome_extension_function_details.h"
|
| #include "chrome/common/extensions/api/cryptotoken_private.h"
|
| #include "extensions/browser/extension_function.h"
|
|
|