| Index: ui/views/test/views_test_helper_aura.h
|
| diff --git a/ui/views/test/views_test_helper_aura.h b/ui/views/test/views_test_helper_aura.h
|
| index b94bc365ceda32e91a73c1e1f3218c36d13037aa..77733bba99c11ccab2abfef81d87007e9923a75d 100644
|
| --- a/ui/views/test/views_test_helper_aura.h
|
| +++ b/ui/views/test/views_test_helper_aura.h
|
| @@ -35,7 +35,7 @@ class ViewsTestHelperAura : public ViewsTestHelper {
|
| // Overridden from ViewsTestHelper:
|
| virtual void SetUp() OVERRIDE;
|
| virtual void TearDown() OVERRIDE;
|
| - virtual gfx::NativeView GetContext() OVERRIDE;
|
| + virtual gfx::NativeWindow GetContext() OVERRIDE;
|
|
|
| private:
|
| ui::ContextFactory* context_factory_;
|
|
|