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

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: Created 8 years, 6 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 c8f5733b03d4333a467df0da7252c441763c672e..e8fd157928bd1d1bf1e206d0f570ef90dae0309e 100644
--- a/chrome/browser/policy/app_pack_updater.h
+++ b/chrome/browser/policy/app_pack_updater.h
@@ -22,12 +22,12 @@
#include "content/public/browser/notification_registrar.h"
#include "net/base/network_change_notifier.h"
-class CrxInstaller;
class ExternalExtensionLoader;
class FilePath;
class GURL;
namespace extensions {
+class CrxInstaller;
class ExtensionDownloader;
}

Powered by Google App Engine
This is Rietveld 408576698