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