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

Unified Diff: base/message_loop/message_pump_gtk.cc

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_gtk.h ('k') | base/message_loop/message_pump_io_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_gtk.cc
diff --git a/base/message_pump_gtk.cc b/base/message_loop/message_pump_gtk.cc
similarity index 98%
rename from base/message_pump_gtk.cc
rename to base/message_loop/message_pump_gtk.cc
index 780b4d8a60bf2731c5ae566a32c9c635e54169b4..8fa8cf2d081e9113c1e49351e93d101e539715a8 100644
--- a/base/message_pump_gtk.cc
+++ b/base/message_loop/message_pump_gtk.cc
@@ -2,13 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/message_pump_gtk.h"
+#include "base/message_loop/message_pump_gtk.h"
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
-#include "base/profiler/scoped_profile.h"
#include "base/debug/trace_event.h"
+#include "base/profiler/scoped_profile.h"
+
+namespace base {
namespace {
@@ -57,9 +59,7 @@ const char* EventToTypeString(const GdkEvent* event) {
}
}
-}
-
-namespace base {
+} // namespace
MessagePumpGtk::MessagePumpGtk() : MessagePumpGlib() {
gdk_event_handler_set(&EventDispatcher, this, NULL);
« no previous file with comments | « base/message_loop/message_pump_gtk.h ('k') | base/message_loop/message_pump_io_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698