| Index: chromeos/dbus/fake_introspectable_client.h
 | 
| diff --git a/chromeos/dbus/fake_introspectable_client.h b/chromeos/dbus/fake_introspectable_client.h
 | 
| index 76aebb1cfe9d25002437915688ca88e26db94398..6a26a89c4b4e60f50ca5274f32e13eb18995b133 100644
 | 
| --- a/chromeos/dbus/fake_introspectable_client.h
 | 
| +++ b/chromeos/dbus/fake_introspectable_client.h
 | 
| @@ -18,10 +18,10 @@ class FakeIntrospectableClient: public IntrospectableClient {
 | 
|    FakeIntrospectableClient();
 | 
|    virtual ~FakeIntrospectableClient();
 | 
|  
 | 
| -  virtual void Init(dbus::Bus* bus) OVERRIDE;
 | 
| +  virtual void Init(dbus::Bus* bus) override;
 | 
|    virtual void Introspect(const std::string& service_name,
 | 
|                            const dbus::ObjectPath& object_path,
 | 
| -                          const IntrospectCallback& callback) OVERRIDE;
 | 
| +                          const IntrospectCallback& callback) override;
 | 
|  };
 | 
|  
 | 
|  }  // namespace chromeos
 | 
| 
 |