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

Unified Diff: base/message_loop/message_pump_default.h

Issue 16897006: Move message_pump to base/message_loop. (Closed) Base URL: svn://chrome-svn/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_aurax11.cc ('k') | base/message_loop/message_pump_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_default.h
diff --git a/base/message_pump_default.h b/base/message_loop/message_pump_default.h
similarity index 82%
rename from base/message_pump_default.h
rename to base/message_loop/message_pump_default.h
index 6deec99abd36881dfc977b1544caaf1405849026..dd65973cda0569711403e48522ce7b0ddd18f54f 100644
--- a/base/message_pump_default.h
+++ b/base/message_loop/message_pump_default.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_DEFAULT_H_
-#define BASE_MESSAGE_PUMP_DEFAULT_H_
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_
+#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_
-#include "base/message_pump.h"
-#include "base/time.h"
+#include "base/message_loop/message_pump.h"
#include "base/synchronization/waitable_event.h"
+#include "base/time.h"
namespace base {
@@ -39,4 +39,4 @@ class MessagePumpDefault : public MessagePump {
} // namespace base
-#endif // BASE_MESSAGE_PUMP_DEFAULT_H_
+#endif // BASE__MESSAGE_LOOPMESSAGE_PUMP_DEFAULT_H_
« no previous file with comments | « base/message_loop/message_pump_aurax11.cc ('k') | base/message_loop/message_pump_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698