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 2f8b89cd041c3ea5a52f2c0a33d3734e9f3b1f38..397733c1480575d480ecd789488abdc38825e471 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -21,7 +21,7 @@ |
class GURL; |
class Profile; |
-class NativeShellWindow; |
+class AppBaseWindow; |
namespace content { |
class WebContents; |
@@ -93,7 +93,7 @@ class ShellWindow : public content::NotificationObserver, |
return GetBaseWindow()->GetNativeWindow(); |
} |
- // NativeShellWindows should call this to determine what the window's title |
+ // AppBaseWindows should call this to determine what the window's title |
// is on startup and from within UpdateWindowTitle(). |
virtual string16 GetTitle() const; |
@@ -211,7 +211,7 @@ class ShellWindow : public content::NotificationObserver, |
// Used for loading app_icon_. |
scoped_ptr<ImageLoadingTracker> app_icon_loader_; |
- scoped_ptr<NativeShellWindow> native_window_; |
+ scoped_ptr<AppBaseWindow> app_window_; |
DISALLOW_COPY_AND_ASSIGN(ShellWindow); |
}; |