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

Unified Diff: base/message_loop/message_pump_aurax11.h

Issue 17078005: Move message_pump to base/message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « base/message_loop/message_pump_android.cc ('k') | base/message_loop/message_pump_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_aurax11.h
diff --git a/base/message_pump_aurax11.h b/base/message_loop/message_pump_aurax11.h
similarity index 89%
rename from base/message_pump_aurax11.h
rename to base/message_loop/message_pump_aurax11.h
index 486de4f752d2150b4b4aae743d6628a345bee317..cec6934ccde4c8e1c212d6d24d92a6180d3ca150 100644
--- a/base/message_pump_aurax11.h
+++ b/base/message_loop/message_pump_aurax11.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_MESSAGE_PUMP_AURAX11_H
-#define BASE_MESSAGE_PUMP_AURAX11_H
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_AURAX11_H
+#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_AURAX11_H
#include <bitset>
#include <map>
#include "base/memory/scoped_ptr.h"
-#include "base/message_pump.h"
-#include "base/message_pump_glib.h"
-#include "base/message_pump_dispatcher.h"
-#include "base/message_pump_observer.h"
+#include "base/message_loop/message_pump.h"
+#include "base/message_loop/message_pump_dispatcher.h"
+#include "base/message_loop/message_pump_glib.h"
+#include "base/message_loop/message_pump_observer.h"
#include "base/observer_list.h"
// It would be nice to include the X11 headers here so that we use Window
@@ -92,11 +92,10 @@ class BASE_EXPORT MessagePumpAuraX11 : public MessagePumpGlib,
void DidProcessXEvent(XEvent* xevent);
// Returns the Dispatcher based on the event's target window.
- MessagePumpDispatcher* GetDispatcherForXEvent(
- const base::NativeEvent& xev) const;
+ MessagePumpDispatcher* GetDispatcherForXEvent(const NativeEvent& xev) const;
// Overridden from MessagePumpDispatcher:
- virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
+ virtual bool Dispatch(const NativeEvent& event) OVERRIDE;
// The event source for X events.
GSource* x_source_;
@@ -120,4 +119,4 @@ typedef MessagePumpAuraX11 MessagePumpForUI;
} // namespace base
-#endif // BASE_MESSAGE_PUMP_AURAX11_H
+#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_AURAX11_H
« no previous file with comments | « base/message_loop/message_pump_android.cc ('k') | base/message_loop/message_pump_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698