| 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 1c684021b6b6b267b4bbb7f1979d56a1819c6796..078347d0212c87d3698dee2b27723e988fde0b75 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -26,7 +26,9 @@ class WebContents;
|
|
|
| namespace extensions {
|
| class Extension;
|
| +class PlatformAppBrowserTest;
|
| class WindowController;
|
| +
|
| struct DraggableRegion;
|
| }
|
|
|
| @@ -89,7 +91,7 @@ class ShellWindow : public content::NotificationObserver,
|
|
|
| private:
|
| // PlatformAppBrowserTest needs access to web_contents()
|
| - friend class PlatformAppBrowserTest;
|
| + friend class extensions::PlatformAppBrowserTest;
|
|
|
| // Instantiates a platform-specific ShellWindow subclass (one implementation
|
| // per platform). Public users of ShellWindow should use ShellWindow::Create.
|
|
|