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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.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
Index: chrome/browser/ui/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index c6003f83a62658db297125137937251e680e457f..487f76cd7bb143213ce430191027e312bb80ebf2 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -40,9 +40,10 @@ struct WebIntentServiceData;
// Controls the creation of the WebIntentPicker UI and forwards the user's
// intent handler choice back to the WebContents object.
-class WebIntentPickerController : public content::NotificationObserver,
- public WebIntentPickerDelegate,
- public WebstoreInstaller::Delegate {
+class WebIntentPickerController
+ : public content::NotificationObserver,
+ public WebIntentPickerDelegate,
+ public extensions::WebstoreInstaller::Delegate {
public:
explicit WebIntentPickerController(TabContents* tab_contents);
virtual ~WebIntentPickerController();
@@ -74,7 +75,7 @@ class WebIntentPickerController : public content::NotificationObserver,
virtual void OnChooseAnotherService() OVERRIDE;
virtual void OnClosing() OVERRIDE;
- // WebstoreInstaller::Delegate implementation.
+ // extensions::WebstoreInstaller::Delegate implementation.
virtual void OnExtensionInstallSuccess(const std::string& id) OVERRIDE;
virtual void OnExtensionInstallFailure(const std::string& id,
const std::string& error) OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/webstore_installer.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698