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

Unified Diff: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 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/ui/cocoa/extensions/shell_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
index 01e41fb926a0866f80c6cb8696c3c00c7aaa67d5..03ec1feb5cc3f9f667ab289941060f9c1efd3e18 100644
--- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
@@ -25,7 +25,7 @@
@end
ShellWindowCocoa::ShellWindowCocoa(Profile* profile,
- const Extension* extension,
+ const extensions::Extension* extension,
const GURL& url)
: ShellWindow(profile, extension, url),
attention_request_id_(0) {
@@ -170,7 +170,7 @@ NSWindow* ShellWindowCocoa::window() const {
// static
ShellWindow* ShellWindow::CreateImpl(Profile* profile,
- const Extension* extension,
+ const extensions::Extension* extension,
const GURL& url) {
return new ShellWindowCocoa(profile, extension, url);
}

Powered by Google App Engine
This is Rietveld 408576698