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

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

Issue 10824204: Move small c/b/extensions classes into extensions namespace no.2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index 4d74fc8c720b4409d05e021a9177f8cf3426e005..bc9ee7f94fe83965f982141df5b374d3968dc6a3 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -27,6 +27,7 @@ class WebContents;
namespace extensions {
class Extension;
class WindowController;
+class PlatformAppBrowserTest;
}
// ShellWindow is the type of window used by platform apps. Shell windows
@@ -84,7 +85,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.

Powered by Google App Engine
This is Rietveld 408576698