| Index: chrome/browser/page_info_window.h
|
| diff --git a/chrome/browser/page_info_window.h b/chrome/browser/page_info_window.h
|
| index 5aaceb39a5738815491919e46183c1dfdf659c73..d2e3e9b9d958e260f25e882ee01b27c4776c8100 100644
|
| --- a/chrome/browser/page_info_window.h
|
| +++ b/chrome/browser/page_info_window.h
|
| @@ -7,14 +7,14 @@
|
| #pragma once
|
|
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| -#include "ui/gfx/native_widget_types.h"
|
|
|
| +class Browser;
|
| class Profile;
|
| class GURL;
|
|
|
| namespace browser {
|
|
|
| -void ShowPageInfoBubble(gfx::NativeWindow parent,
|
| +void ShowPageInfoBubble(Browser* browser,
|
| Profile* profile,
|
| const GURL& url,
|
| const NavigationEntry::SSLStatus& ssl,
|
|
|