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

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

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/extension_install_ui.cc
diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc
index 54ac1874a25602dca41a5b6577215f8c9a5f9a00..1b88970ca99311b32e5278939e81b7863cad5da2 100644
--- a/chrome/browser/extensions/extension_install_ui.cc
+++ b/chrome/browser/extensions/extension_install_ui.cc
@@ -51,6 +51,7 @@
using content::WebContents;
using extensions::BundleInstaller;
+using extensions::Extension;
static const int kTitleIds[ExtensionInstallUI::NUM_PROMPT_TYPES] = {
0, // The regular install prompt depends on what's being installed.

Powered by Google App Engine
This is Rietveld 408576698