Index: base/message_loop/message_pump_glib.h |
diff --git a/base/message_pump_glib.h b/base/message_loop/message_pump_glib.h |
similarity index 95% |
rename from base/message_pump_glib.h |
rename to base/message_loop/message_pump_glib.h |
index 48afb554d02c12af37f1c7621d4a49bef264e0b2..e45591b9c1ebc9ac936f78f89947bf632bf1172d 100644 |
--- a/base/message_pump_glib.h |
+++ b/base/message_loop/message_pump_glib.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef BASE_MESSAGE_PUMP_GLIB_H_ |
-#define BASE_MESSAGE_PUMP_GLIB_H_ |
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_GLIB_H_ |
+#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_GLIB_H_ |
#include "base/base_export.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/message_pump.h" |
+#include "base/message_loop/message_pump.h" |
#include "base/observer_list.h" |
#include "base/time.h" |
@@ -107,4 +107,4 @@ class BASE_EXPORT MessagePumpGlib : public MessagePump { |
} // namespace base |
-#endif // BASE_MESSAGE_PUMP_GLIB_H_ |
+#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_GLIB_H_ |