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

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

Issue 10703142: Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest merge with master for cq 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
« no previous file with comments | « chrome/browser/download/download_crx_util.cc ('k') | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/crx_installer.h
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
index 8d7ce491c03fda01513c6c78fb13d1ef6e777103..8fe1c48152f829aa1f75d70ee0471d70b1e1b9e7 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -75,7 +75,7 @@ class CrxInstaller
static scoped_refptr<CrxInstaller> Create(
ExtensionService* frontend,
ExtensionInstallPrompt* client,
- const WebstoreInstaller::Approval* approval);
+ const extensions::WebstoreInstaller::Approval* approval);
// Install the crx in |source_file|.
void InstallCrx(const FilePath& source_file);
@@ -176,7 +176,7 @@ class CrxInstaller
CrxInstaller(base::WeakPtr<ExtensionService> frontend_weak,
ExtensionInstallPrompt* client,
- const WebstoreInstaller::Approval* approval);
+ const extensions::WebstoreInstaller::Approval* approval);
virtual ~CrxInstaller();
// Converts the source user script to an extension.
« no previous file with comments | « chrome/browser/download/download_crx_util.cc ('k') | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698