| Index: base/message_loop/message_loop_proxy_impl.h
|
| diff --git a/base/message_loop_proxy_impl.h b/base/message_loop/message_loop_proxy_impl.h
|
| similarity index 92%
|
| rename from base/message_loop_proxy_impl.h
|
| rename to base/message_loop/message_loop_proxy_impl.h
|
| index 2bcd8fd54686bab121f59a5317fd962b61f799f8..7da99e2963c19b3406c566a502be8c614a749f1c 100644
|
| --- a/base/message_loop_proxy_impl.h
|
| +++ b/base/message_loop/message_loop_proxy_impl.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_PROXY_IMPL_H_
|
| -#define BASE_MESSAGE_LOOP_PROXY_IMPL_H_
|
| +#ifndef BASE_MESSAGE_LOOP_MESSAGE_LOOP_PROXY_IMPL_H_
|
| +#define BASE_MESSAGE_LOOP_MESSAGE_LOOP_PROXY_IMPL_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/message_loop.h"
|
| @@ -59,4 +59,4 @@ class BASE_EXPORT MessageLoopProxyImpl : public MessageLoopProxy {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_MESSAGE_LOOP_PROXY_IMPL_H_
|
| +#endif // BASE_MESSAGE_LOOP_MESSAGE_LOOP_PROXY_IMPL_H_
|
|
|