| Index: components/crash/browser/crash_handler_host_linux.h
|
| diff --git a/components/crash/browser/crash_handler_host_linux.h b/components/crash/browser/crash_handler_host_linux.h
|
| index 9c6b603cb8ce61eceb0c0e1f15827b295a12476d..f655360fd0effeaf68fb9fff6133b3fce89b3643 100644
|
| --- a/components/crash/browser/crash_handler_host_linux.h
|
| +++ b/components/crash/browser/crash_handler_host_linux.h
|
| @@ -49,11 +49,11 @@ class CrashHandlerHostLinux : public base::MessageLoopForIO::Watcher,
|
| }
|
|
|
| // MessagePumbLibevent::Watcher impl:
|
| - virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE;
|
| - virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
|
| + virtual void OnFileCanWriteWithoutBlocking(int fd) override;
|
| + virtual void OnFileCanReadWithoutBlocking(int fd) override;
|
|
|
| // MessageLoop::DestructionObserver impl:
|
| - virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
|
| + virtual void WillDestroyCurrentMessageLoop() override;
|
|
|
| // Whether we are shutting down or not.
|
| bool IsShuttingDown() const;
|
|
|