| Index: athena/test/base/sample_activity.cc
|
| diff --git a/athena/test/base/sample_activity.cc b/athena/test/base/sample_activity.cc
|
| index 060fded4296f3c5deb910ab74f49c69e01bf83ac..f705c48b7cf7c52c956ed9993f75c51c1d6f177d 100644
|
| --- a/athena/test/base/sample_activity.cc
|
| +++ b/athena/test/base/sample_activity.cc
|
| @@ -72,6 +72,9 @@ gfx::ImageSkia SampleActivity::GetIcon() const {
|
| return gfx::ImageSkia();
|
| }
|
|
|
| +void SampleActivity::SetActivityView(ActivityView* view) {
|
| +}
|
| +
|
| bool SampleActivity::UsesFrame() const {
|
| return true;
|
| }
|
|
|