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

Unified Diff: chrome/browser/extensions/default_apps.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 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/extensions/default_apps.h
diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h
index 2904114d41ad4d81f198b0bbaa72058b67ca5cc1..254fa86f060accfee531512566e67dcd5d9d115b 100644
--- a/chrome/browser/extensions/default_apps.h
+++ b/chrome/browser/extensions/default_apps.h
@@ -12,6 +12,10 @@
class PrefService;
class Profile;
+namespace extensions {
+class Extension;
+}
+
// Functions and types related to installing default apps.
namespace default_apps {
@@ -36,8 +40,8 @@ class Provider : public ExternalExtensionProviderImpl {
Provider(Profile* profile,
VisitorInterface* service,
ExternalExtensionLoader* loader,
- Extension::Location crx_location,
- Extension::Location download_location,
+ extensions::Extension::Location crx_location,
+ extensions::Extension::Location download_location,
int creation_flags);
// ExternalExtensionProviderImpl overrides:

Powered by Google App Engine
This is Rietveld 408576698