Chromium Code Reviews| Index: athena/test/sample_activity.cc |
| diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc |
| index 8e36ea069bc3ae336b8f8798498749365f77bb88..7c052a56ce3da4bed13a9c3e7e978aa3cf57850e 100644 |
| --- a/athena/test/sample_activity.cc |
| +++ b/athena/test/sample_activity.cc |
| @@ -80,5 +80,11 @@ gfx::ImageSkia SampleActivity::GetOverviewModeImage() { |
| return gfx::ImageSkia(); |
| } |
| +void SampleActivity::PrepareContentsForOverview() { |
| +} |
| + |
| +void SampleActivity::ResetContentsView() { |
| +} |
| + |
|
sadrul
2014/09/03 16:10:18
Same order as in the header.
pkotwicz
2014/09/03 19:40:59
Fixed order of methods in sample_activity.h (and i
|
| } // namespace test |
| } // namespace athena |