Chromium Code Reviews| Index: components/dom_distiller/core/distiller_page.h |
| diff --git a/components/dom_distiller/core/distiller_page.h b/components/dom_distiller/core/distiller_page.h |
| index e80bc59535a5ed2b950a322b69709aea6f503010..3a4738e3fa26ae0bc0bc99395311328d9c91ffa1 100644 |
| --- a/components/dom_distiller/core/distiller_page.h |
| +++ b/components/dom_distiller/core/distiller_page.h |
| @@ -66,6 +66,7 @@ class DistillerPage { |
| private: |
| bool ready_; |
| DistillerPageCallback distiller_page_callback_; |
| + base::TimeTicks distillation_start; |
|
cjhopman
2015/05/08 01:31:40
nit: should end with an underscore
|
| DISALLOW_COPY_AND_ASSIGN(DistillerPage); |
| }; |