| Index: base/message_loop/message_pump_dispatcher.h
|
| diff --git a/base/message_loop/message_pump_dispatcher.h b/base/message_loop/message_pump_dispatcher.h
|
| index 5b1bd55b5e73193cfb441049467f643ce7a06c13..0dea22662f9d01952b0088cb177a3af999db4616 100644
|
| --- a/base/message_loop/message_pump_dispatcher.h
|
| +++ b/base/message_loop/message_pump_dispatcher.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_MESSAGE_PUMP_DISPATCHER_H_
|
| -#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_DISPATCHER_H_
|
| +#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_DISPATCHER_H
|
| +#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_DISPATCHER_H
|
|
|
| #include <stdint.h>
|
|
|
| @@ -40,4 +40,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_DISPATCHER_H_
|
| +#endif // BASE_MESSAGE_LOOP_MESSAGE_PUMP_DISPATCHER_H
|
|
|