| Index: chrome/browser/ui/page_info_bubble.h
|
| diff --git a/chrome/browser/ui/page_info_bubble.h b/chrome/browser/ui/page_info_bubble.h
|
| index 53f42393745ac7e0ea6e31ece02f921ad32c6bc7..40d82b0a9c57d635afb227d38e6eb00c7596e8e9 100644
|
| --- a/chrome/browser/ui/page_info_bubble.h
|
| +++ b/chrome/browser/ui/page_info_bubble.h
|
| @@ -16,7 +16,7 @@ class WebContents;
|
| struct SSLStatus;
|
| }
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| void ShowPageInfoBubble(gfx::NativeWindow parent,
|
| content::WebContents* web_contents,
|
| @@ -25,6 +25,6 @@ void ShowPageInfoBubble(gfx::NativeWindow parent,
|
| bool show_history,
|
| content::PageNavigator* navigator);
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_PAGE_INFO_BUBBLE_H_
|
|
|