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

Unified Diff: chrome/browser/extensions/webstore_installer.cc

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
Index: chrome/browser/extensions/webstore_installer.cc
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
index c17fe547dfddda345a1a260c3b6a48294e769da9..faf29c9dc5ed1d79bacb38297503f4d8819412f4 100644
--- a/chrome/browser/extensions/webstore_installer.cc
+++ b/chrome/browser/extensions/webstore_installer.cc
@@ -52,8 +52,6 @@ using content::DownloadUrlParameters;
namespace {
-using extensions::Extension;
-
// Key used to attach the Approval to the DownloadItem.
const char kApprovalKey[] = "extensions.webstore_installer";
@@ -135,6 +133,8 @@ void GetDownloadFilePath(
} // namespace
+namespace extensions {
+
WebstoreInstaller::Approval::Approval()
: profile(NULL),
use_app_installed_bubble(false),
@@ -358,3 +358,5 @@ void WebstoreInstaller::ReportSuccess() {
Release(); // Balanced in Start().
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/webstore_installer.h ('k') | chrome/browser/ui/intents/web_intent_picker_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698