Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: tools/ipc_fuzzer/replay/replay_process.h

Issue 631653002: Replacing the OVERRIDE with override in tools folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/ipc_fuzzer/replay/replay_process.h
diff --git a/tools/ipc_fuzzer/replay/replay_process.h b/tools/ipc_fuzzer/replay/replay_process.h
index 8a396a8560285cf8bb18b165fbbbbcdc4c9d3853..6af6c3bab5def5a3ede19a19b0d87d29320eb728 100644
--- a/tools/ipc_fuzzer/replay/replay_process.h
+++ b/tools/ipc_fuzzer/replay/replay_process.h
@@ -37,8 +37,8 @@ class ReplayProcess : public IPC::Listener {
void Run();
// IPC::Listener implementation.
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- virtual void OnChannelError() OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
+ virtual void OnChannelError() override;
private:
void SendNextMessage();

Powered by Google App Engine
This is Rietveld 408576698