| Index: athena/test/sample_activity.cc
|
| diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc
|
| index 849671e25c1aed226e465169f17a6205c5ecf57a..0ea3f2a21499f53ea8b820854608f35e5e9759dd 100644
|
| --- a/athena/test/sample_activity.cc
|
| +++ b/athena/test/sample_activity.cc
|
| @@ -45,8 +45,12 @@ Activity::ActivityMediaState SampleActivity::GetMediaState() {
|
| }
|
|
|
| aura::Window* SampleActivity::GetWindow() {
|
| - return
|
| - !contents_view_ ? NULL : contents_view_->GetWidget()->GetNativeWindow();
|
| + return !contents_view_ ? NULL
|
| + : contents_view_->GetWidget()->GetNativeWindow();
|
| +}
|
| +
|
| +content::WebContents* SampleActivity::GetWebContents() {
|
| + return NULL;
|
| }
|
|
|
| void SampleActivity::Init() {
|
|
|