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

Unified Diff: chrome/browser/ui/app_list/extension_uninstaller.h

Issue 307413002: Move ExtensionUninstallDialog into extensions namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/ui/app_list/extension_uninstaller.h
diff --git a/chrome/browser/ui/app_list/extension_uninstaller.h b/chrome/browser/ui/app_list/extension_uninstaller.h
index e4a3f92fcc64ad668845f3068fac7414d221d4ad..867063a7019a2c1813fbde64cbcedb9c6cc227a2 100644
--- a/chrome/browser/ui/app_list/extension_uninstaller.h
+++ b/chrome/browser/ui/app_list/extension_uninstaller.h
@@ -13,7 +13,8 @@ class Profile;
// ExtensionUninstaller runs the extension uninstall flow. It shows the
// extension uninstall dialog and wait for user to confirm or cancel the
// uninstall.
-class ExtensionUninstaller : public ExtensionUninstallDialog::Delegate {
+class ExtensionUninstaller
+ : public extensions::ExtensionUninstallDialog::Delegate {
public:
ExtensionUninstaller(Profile* profile,
const std::string& extension_id,
@@ -31,7 +32,7 @@ class ExtensionUninstaller : public ExtensionUninstallDialog::Delegate {
Profile* profile_;
std::string app_id_;
AppListControllerDelegate* controller_;
- scoped_ptr<ExtensionUninstallDialog> dialog_;
+ scoped_ptr<extensions::ExtensionUninstallDialog> dialog_;
DISALLOW_COPY_AND_ASSIGN(ExtensionUninstaller);
};
« no previous file with comments | « chrome/browser/extensions/extension_uninstall_dialog.cc ('k') | chrome/browser/ui/app_list/extension_uninstaller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698