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

Unified Diff: chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc

Issue 10735061: Move ExtensionWindowController and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest 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_inline_disposition_delegate.cc
diff --git a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
index 5134e1291ef672cee6b3c6f934d52fb836d7772d..bd4b38bdd29b6370ede10a22cabcd02f3f128136 100644
--- a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
+++ b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
@@ -107,8 +107,8 @@ content::WebContents* WebIntentInlineDispositionDelegate::
return NULL;
}
-ExtensionWindowController* WebIntentInlineDispositionDelegate::
- GetExtensionWindowController() const {
+extensions::WindowController*
+WebIntentInlineDispositionDelegate::GetExtensionWindowController() const {
return NULL;
}
« no previous file with comments | « chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698