Chromium Code Reviews| Index: athena/test/sample_activity.cc |
| diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc |
| index 7c052a56ce3da4bed13a9c3e7e978aa3cf57850e..10bf2630dade1a4995c401f4c6bba2a3e51caab2 100644 |
| --- a/athena/test/sample_activity.cc |
| +++ b/athena/test/sample_activity.cc |
| @@ -73,6 +73,10 @@ views::View* SampleActivity::GetContentsView() { |
| return contents_view_; |
| } |
| +views::Widget* SampleActivity::CreateWidget() { |
| + return NULL; |
| +} |
| + |
| void SampleActivity::CreateOverviewModeImage() { |
| } |