Index: athena/test/sample_activity.cc |
diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc |
index 7c052a56ce3da4bed13a9c3e7e978aa3cf57850e..08f963e57ed9215c76d3998555ae11539f52ca4a 100644 |
--- a/athena/test/sample_activity.cc |
+++ b/athena/test/sample_activity.cc |
@@ -60,6 +60,10 @@ base::string16 SampleActivity::GetTitle() const { |
return title_; |
} |
+gfx::ImageSkia SampleActivity::GetIcon() const { |
+ return gfx::ImageSkia(); |
+} |
+ |
bool SampleActivity::UsesFrame() const { |
return true; |
} |