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

Unified Diff: base/message_pump_linux.h

Issue 14139029: Fix a couple of style nits: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | ui/base/x/x11_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_linux.h
diff --git a/base/message_pump_linux.h b/base/message_pump_linux.h
index 09738496595cc2c0ac061120eea17161ef1f50ca..222c80f810b42dfa6a3ee019d82049273ce457fe 100644
--- a/base/message_pump_linux.h
+++ b/base/message_pump_linux.h
@@ -23,7 +23,6 @@ class BASE_EXPORT MessagePumpLinux : public MessagePumpLibevent,
public MessagePumpDispatcher {
public:
MessagePumpLinux();
- virtual ~MessagePumpLinux();
// Returns the UI message pump.
static MessagePumpLinux* Current();
@@ -43,6 +42,7 @@ class BASE_EXPORT MessagePumpLinux : public MessagePumpLibevent,
virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
private:
+ virtual ~MessagePumpLinux();
std::vector<MessagePumpDispatcher*> dispatcher_;
DISALLOW_COPY_AND_ASSIGN(MessagePumpLinux);
« no previous file with comments | « no previous file | ui/base/x/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698