| Index: chrome/browser/policy/app_pack_updater.h
|
| diff --git a/chrome/browser/policy/app_pack_updater.h b/chrome/browser/policy/app_pack_updater.h
|
| index aa9253318106a32b2bff166752245c7dd357ad22..04baf28cbbb93eb61be20e11fcc84956e83563b0 100644
|
| --- a/chrome/browser/policy/app_pack_updater.h
|
| +++ b/chrome/browser/policy/app_pack_updater.h
|
| @@ -21,10 +21,10 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|
| -class CrxInstaller;
|
| class GURL;
|
|
|
| namespace extensions {
|
| +class CrxInstaller;
|
| class ExtensionDownloader;
|
| class ExternalLoader;
|
| }
|
| @@ -175,7 +175,7 @@ class AppPackUpdater : public CloudPolicySubsystem::Observer,
|
|
|
| // Handles failure to install CRX files. The file is deleted if it came from
|
| // the cache.
|
| - void OnCrxInstallFailed(CrxInstaller* installer);
|
| + void OnCrxInstallFailed(extensions::CrxInstaller* installer);
|
|
|
| // Helper to post blocking IO tasks to the blocking pool.
|
| void PostBlockingTask(const tracked_objects::Location& from_here,
|
|
|