Index: chrome/browser/extensions/zipfile_installer.h |
diff --git a/chrome/browser/extensions/zipfile_installer.h b/chrome/browser/extensions/zipfile_installer.h |
index 88989085303db73826a2ca77499b59296f4511e2..39de6137ead07965cdb0a0fcd1f163074dfbad97 100644 |
--- a/chrome/browser/extensions/zipfile_installer.h |
+++ b/chrome/browser/extensions/zipfile_installer.h |
@@ -5,13 +5,13 @@ |
#ifndef CHROME_BROWSER_EXTENSIONS_ZIPFILE_INSTALLER_H_ |
#define CHROME_BROWSER_EXTENSIONS_ZIPFILE_INSTALLER_H_ |
+#include <memory> |
#include <string> |
#include "base/callback.h" |
#include "base/files/file_path.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "content/public/browser/utility_process_host_client.h" |