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

Unified Diff: base/message_loop/message_pump_observer.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_mac.mm ('k') | base/message_loop/message_pump_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_observer.h
diff --git a/base/message_pump_observer.h b/base/message_loop/message_pump_observer.h
similarity index 90%
rename from base/message_pump_observer.h
rename to base/message_loop/message_pump_observer.h
index a7d2aa7122d0d4c432b0928b981e444c35b73675..cb46fa35b875dbe1bbab1ca2acad657761c5d15f 100644
--- a/base/message_pump_observer.h
+++ b/base/message_loop/message_pump_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_MESSAGE_PUMP_OBSERVER_H
-#define BASE_MESSAGE_PUMP_OBSERVER_H
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_OBSERVER_H
+#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_OBSERVER_H
#include "base/base_export.h"
#include "base/event_types.h"
@@ -44,4 +44,4 @@ class BASE_EXPORT MessagePumpObserver {
} // namespace base
-#endif // BASE_MESSAGE_PUMP_OBSERVER_VIEWS_H
+#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_OBSERVER_H
« no previous file with comments | « base/message_loop/message_pump_mac.mm ('k') | base/message_loop/message_pump_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698