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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index ad1ed9fc913dd6a1ce2c6a80ffc19bab1edd6840..4d74fc8c720b4409d05e021a9177f8cf3426e005 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -16,7 +16,6 @@
#include "content/public/common/console_message_level.h"
#include "ui/gfx/rect.h"
-class ExtensionWindowController;
class GURL;
class Profile;
class TabContents;
@@ -27,6 +26,7 @@ class WebContents;
namespace extensions {
class Extension;
+class WindowController;
}
// ShellWindow is the type of window used by platform apps. Shell windows
@@ -134,7 +134,7 @@ class ShellWindow : public content::NotificationObserver,
const content::NotificationDetails& details) OVERRIDE;
// ExtensionFunctionDispatcher::Delegate implementation.
- virtual ExtensionWindowController* GetExtensionWindowController() const
+ virtual extensions::WindowController* GetExtensionWindowController() const
OVERRIDE;
// Message handlers.
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698