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

Unified Diff: base/message_loop/message_loop.h

Issue 15682017: Move message_loop to the message_loop directory. (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.cc ('k') | base/message_loop/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop/message_loop.h
similarity index 99%
copy from base/message_loop.h
copy to base/message_loop/message_loop.h
index 2140b911a77753a140b643149a64e143f6cd15fc..a4bb93941082ae64b7cfc688afc9b5083e210744 100644
--- a/base/message_loop.h
+++ b/base/message_loop/message_loop.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_LOOP_H_
-#define BASE_MESSAGE_LOOP_H_
+#ifndef BASE_MESSAGE_LOOP_MESSAGE_LOOP_H_
+#define BASE_MESSAGE_LOOP_MESSAGE_LOOP_H_
#include <queue>
#include <string>
@@ -730,4 +730,4 @@ COMPILE_ASSERT(sizeof(MessageLoop) == sizeof(MessageLoopForIO),
} // namespace base
-#endif // BASE_MESSAGE_LOOP_H_
+#endif // BASE_MESSAGE_LOOP_MESSAGE_LOOP_H_
« no previous file with comments | « base/message_loop.cc ('k') | base/message_loop/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698