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

Unified Diff: base/message_loop/message_pump_gtk.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_glib_unittest.cc ('k') | base/message_loop/message_pump_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_gtk.h
diff --git a/base/message_pump_gtk.h b/base/message_loop/message_pump_gtk.h
similarity index 91%
rename from base/message_pump_gtk.h
rename to base/message_loop/message_pump_gtk.h
index ba5cff146835442bd47d5cf6c177a0875c4bc7eb..e22e04f971eb040aa7870682a2d57038e0ac6845 100644
--- a/base/message_pump_gtk.h
+++ b/base/message_loop/message_pump_gtk.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_MESSAGE_PUMP_GTK_H_
-#define BASE_MESSAGE_PUMP_GTK_H_
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_GTK_H_
+#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_GTK_H_
-#include "base/message_pump_glib.h"
+#include "base/message_loop/message_pump_glib.h"
typedef union _GdkEvent GdkEvent;
typedef struct _XDisplay Display;
@@ -73,4 +73,4 @@ typedef MessagePumpGtk MessagePumpForUI;
} // namespace base
-#endif // BASE_MESSAGE_PUMP_GTK_H_
+#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_GTK_H_
« no previous file with comments | « base/message_loop/message_pump_glib_unittest.cc ('k') | base/message_loop/message_pump_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698