Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
index ab0e666c6948c8fe06124a8f741a6b54fb94bc0d..3b716a1d8fc219a7e1ece1dc206608db4be719e8 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |
-#define CHROME_BROWSER_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |
+#ifndef CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |
+#define CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |
#pragma once |
#include <vector> |
@@ -52,7 +52,8 @@ class TabContentsViewViews : public TabContentsView, public views::View { |
virtual gfx::NativeWindow GetTopLevelNativeWindow() const; |
virtual void GetContainerBounds(gfx::Rect* out) const; |
virtual void SetPageTitle(const std::wstring& title); |
- virtual void OnTabCrashed(); |
+ virtual void OnTabCrashed(base::TerminationStatus status, |
+ int error_code); |
virtual void SizeContents(const gfx::Size& size); |
virtual void Focus(); |
virtual void SetInitialFocus(); |
@@ -128,4 +129,4 @@ class TabContentsViewViews : public TabContentsView, public views::View { |
DISALLOW_COPY_AND_ASSIGN(TabContentsViewViews); |
}; |
-#endif // CHROME_BROWSER_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |
+#endif // CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_TAB_CONTENTS_VIEW_VIEWS_H_ |