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

Unified Diff: chrome/common/extensions/extension.cc

Issue 7633029: Remove extension.h #include from profile.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit_tests. Created 9 years, 4 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/common/extensions/extension.cc
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index 54883497fa37a3db96979a89b969fd53959afd3b..1b623538d0ce3e7064f8213bb0938268844e8943 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -2865,7 +2865,7 @@ UninstalledExtensionInfo::~UninstalledExtensionInfo() {}
UnloadedExtensionInfo::UnloadedExtensionInfo(
const Extension* extension,
- Reason reason)
+ extension_misc::UnloadedExtensionReason reason)
: reason(reason),
already_disabled(false),
extension(extension) {}

Powered by Google App Engine
This is Rietveld 408576698