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

Unified Diff: ipc/attachment_broker_win.h

Issue 1179973004: Fix win style errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from thakis. Created 5 years, 6 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 | « no previous file | ipc/ipc_channel_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_win.h
diff --git a/ipc/attachment_broker_win.h b/ipc/attachment_broker_win.h
index 8c021e7365987bd211152ca73b3255d8285a90c6..d9b927c7be9bde48860aaef1c74907a05514063a 100644
--- a/ipc/attachment_broker_win.h
+++ b/ipc/attachment_broker_win.h
@@ -15,7 +15,7 @@ namespace IPC {
class IPC_EXPORT AttachmentBrokerWin : public IPC::AttachmentBroker {
public:
AttachmentBrokerWin();
- virtual ~AttachmentBrokerWin();
+ ~AttachmentBrokerWin() override;
// In a non-broker process, the single instance of this class listens for
// an IPC from the broker process indicating that a new attachment has been
« no previous file with comments | « no previous file | ipc/ipc_channel_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698