Index: chrome/browser/ui/panels/native_panel.h |
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h |
index 340b897d43b79c295aedf603daab20bfc360a21c..9394711fc1c06edcf53e0b711d7bf501120aabdb 100644 |
--- a/chrome/browser/ui/panels/native_panel.h |
+++ b/chrome/browser/ui/panels/native_panel.h |
@@ -9,10 +9,12 @@ |
#include "chrome/browser/ui/panels/panel.h" |
#include "ui/gfx/native_widget_types.h" |
+class Browser; |
class FindBar; |
class NativePanelTesting; |
namespace content { |
+struct NativeWebKeyboardEvent; |
class WebContents; |
} |
@@ -32,6 +34,7 @@ class Rect; |
// use Panel in all the method names to avoid collisions. |
class NativePanel { |
friend class Panel; |
+ friend class PanelBrowserWindow; |
friend class PanelBrowserTest; |
protected: |