| Index: chrome/test/base/view_event_test_platform_part_mac.mm
|
| diff --git a/chrome/test/base/view_event_test_platform_part_mac.mm b/chrome/test/base/view_event_test_platform_part_mac.mm
|
| index d20ab7fa38e1e7aa6f490d5297aacb32275198de..60c9703e3eb359ad52de8b8c1b913add8ffc206d 100644
|
| --- a/chrome/test/base/view_event_test_platform_part_mac.mm
|
| +++ b/chrome/test/base/view_event_test_platform_part_mac.mm
|
| @@ -12,7 +12,7 @@ class ViewEventTestPlatformPartMac : public ViewEventTestPlatformPart {
|
| ViewEventTestPlatformPartMac() {}
|
|
|
| // Overridden from ViewEventTestPlatformPart:
|
| - virtual gfx::NativeWindow GetContext() OVERRIDE { return NULL; }
|
| + virtual gfx::NativeWindow GetContext() override { return NULL; }
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ViewEventTestPlatformPartMac);
|
|
|