| Index: chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
|
| diff --git a/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc b/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
|
| index 8d872864b8c6e3f012ef4769dd80f357e6bd9c83..af1f18fff9dc81366ea8b70f394ad6a3d0213205 100644
|
| --- a/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
|
| +++ b/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
|
| @@ -15,6 +15,8 @@
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/testing_profile.h"
|
|
|
| +using content::RenderViewHost;
|
| +
|
| namespace {
|
|
|
| // A mock context menu used in this test. This class overrides virtual methods
|
|
|