| Index: chrome/browser/extensions/browser_action_test_util.h
|
| diff --git a/chrome/browser/extensions/browser_action_test_util.h b/chrome/browser/extensions/browser_action_test_util.h
|
| index ec42f0d21298923bcfd3659772340099fb79126e..58bce0a2355b4319644d9453e8423d26ebcdcf28 100644
|
| --- a/chrome/browser/extensions/browser_action_test_util.h
|
| +++ b/chrome/browser/extensions/browser_action_test_util.h
|
| @@ -69,7 +69,7 @@ class BrowserActionTestUtil {
|
| // Returns the current tooltip for the browser action button.
|
| std::string GetTooltip(int index);
|
|
|
| - gfx::NativeView GetPopupNativeView();
|
| + gfx::NativeViewId GetPopupNativeView();
|
|
|
| // Returns whether a browser action popup is being shown currently.
|
| bool HasPopup();
|
|
|