| Index: ui/display/chromeos/x11/display_snapshot_x11.h
|
| diff --git a/ui/display/chromeos/x11/display_snapshot_x11.h b/ui/display/chromeos/x11/display_snapshot_x11.h
|
| index 01a44c6fedb8ae01d7fb31c0b91d2efef9a7357e..50128b4ae8a090773f8e492e463d2a8e7e348aa9 100644
|
| --- a/ui/display/chromeos/x11/display_snapshot_x11.h
|
| +++ b/ui/display/chromeos/x11/display_snapshot_x11.h
|
| @@ -38,7 +38,7 @@ class DISPLAY_EXPORT DisplaySnapshotX11 : public DisplaySnapshot {
|
| int index() const { return index_; }
|
|
|
| // DisplaySnapshot overrides:
|
| - virtual std::string ToString() const OVERRIDE;
|
| + virtual std::string ToString() const override;
|
|
|
| private:
|
| RROutput output_;
|
|
|