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

Unified Diff: chrome/browser/ui/views/extensions/shell_window_views.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/ui/views/extensions/shell_window_views.cc
diff --git a/chrome/browser/ui/views/extensions/shell_window_views.cc b/chrome/browser/ui/views/extensions/shell_window_views.cc
index fd392859bdb6106e0faded1bb20db4d4f4b82d30..febd9e7f8c6365df2722d9fca3cf4f98feba9435 100644
--- a/chrome/browser/ui/views/extensions/shell_window_views.cc
+++ b/chrome/browser/ui/views/extensions/shell_window_views.cc
@@ -99,7 +99,7 @@ void ShellWindowFrameView::GetWindowMask(const gfx::Size& size,
}
ShellWindowViews::ShellWindowViews(Profile* profile,
- const Extension* extension,
+ const extensions::Extension* extension,
const GURL& url)
: ShellWindow(profile, extension, url),
initialized_(false) {
@@ -343,7 +343,7 @@ void ShellWindowViews::OnBoundsChanged(const gfx::Rect& previous_bounds) {
// static
ShellWindow* ShellWindow::CreateImpl(Profile* profile,
- const Extension* extension,
+ const extensions::Extension* extension,
const GURL& url) {
return new ShellWindowViews(profile, extension, url);
}

Powered by Google App Engine
This is Rietveld 408576698