Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4450)

Unified Diff: chrome/browser/policy/app_pack_updater.h

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/performance_monitor/performance_monitor_browsertest.cc ('k') | chrome/browser/policy/app_pack_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698