| Index: trunk/src/athena/test/sample_activity.cc
|
| ===================================================================
|
| --- trunk/src/athena/test/sample_activity.cc (revision 291367)
|
| +++ trunk/src/athena/test/sample_activity.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "ui/views/background.h"
|
| #include "ui/views/view.h"
|
| -#include "ui/views/widget/widget.h"
|
|
|
| namespace athena {
|
| namespace test {
|
| @@ -44,11 +43,6 @@
|
| return Activity::ACTIVITY_MEDIA_STATE_NONE;
|
| }
|
|
|
| -aura::Window* SampleActivity::GetWindow() {
|
| - return
|
| - !contents_view_ ? NULL : contents_view_->GetWidget()->GetNativeWindow();
|
| -}
|
| -
|
| void SampleActivity::Init() {
|
| }
|
|
|
|
|