| Index: blimp/client/app/android/toolbar.h | 
| diff --git a/blimp/client/app/android/toolbar.h b/blimp/client/app/android/toolbar.h | 
| index dc42d5fe5ebe283078ee5b2a55e73b070716fac3..000ed84efe3b41dcb92fec48b10aaa6b8c3ae454 100644 | 
| --- a/blimp/client/app/android/toolbar.h | 
| +++ b/blimp/client/app/android/toolbar.h | 
| @@ -48,7 +48,7 @@ class Toolbar : public NavigationFeature::NavigationFeatureDelegate { | 
| void OnPageLoadStatusUpdate(int tab_id, bool completed) override; | 
|  | 
| private: | 
| -  virtual ~Toolbar(); | 
| +  ~Toolbar() override; | 
|  | 
| // A bridge to the network layer which does the work of (de)serializing the | 
| // outgoing and incoming navigation messages from the engine. Toolbar does not | 
|  |