| 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_
|
|
|