| Index: chrome/browser/extensions/startup_helper.cc
|
| diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
|
| index 4432e7ff819d48616d09877b621b6c295961210b..a69f73d7c4c56b3ea943378686de3722289c75d8 100644
|
| --- a/chrome/browser/extensions/startup_helper.cc
|
| +++ b/chrome/browser/extensions/startup_helper.cc
|
| @@ -14,7 +14,6 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| -#include "chrome/browser/extensions/sandboxed_unpacker.h"
|
| #include "chrome/browser/extensions/webstore_startup_installer.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -22,6 +21,7 @@
|
| #include "components/crx_file/id_util.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "extensions/browser/sandboxed_unpacker.h"
|
| #include "extensions/common/extension.h"
|
| #include "ipc/ipc_message.h"
|
|
|
| @@ -298,7 +298,7 @@ void AppInstallHelper::OnAppInstallComplete(bool success,
|
| const std::string& error,
|
| webstore_install::Result result) {
|
| success_ = success;
|
| - error_= error;
|
| + error_ = error;
|
| done_callback_.Run();
|
| }
|
|
|
|
|