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

Unified Diff: sandbox/win/src/ipc_unittest.cc

Issue 1118473005: Apply automated fixits for Chrome clang plugin to sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « sandbox/win/src/handle_dispatcher.h ('k') | sandbox/win/src/named_pipe_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/ipc_unittest.cc
diff --git a/sandbox/win/src/ipc_unittest.cc b/sandbox/win/src/ipc_unittest.cc
index fc1f2a221f0950f4b2a7bfef7784a5dc4cbd22f8..b1e74abcfd06e83fab9181ff7505ccfb6616357e 100644
--- a/sandbox/win/src/ipc_unittest.cc
+++ b/sandbox/win/src/ipc_unittest.cc
@@ -565,9 +565,9 @@ class UnitTestIPCDispatcher : public Dispatcher {
};
UnitTestIPCDispatcher();
- ~UnitTestIPCDispatcher() {};
+ ~UnitTestIPCDispatcher() override{};
- virtual bool SetupService(InterceptionManager* manager, int service) {
+ bool SetupService(InterceptionManager* manager, int service) override {
return true;
}
« no previous file with comments | « sandbox/win/src/handle_dispatcher.h ('k') | sandbox/win/src/named_pipe_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698