 Chromium Code Reviews
 Chromium Code Reviews Issue 19607005:
  Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/,…  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 19607005:
  Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/,…  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ipc/ipc_logging.h | 
| diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h | 
| index 071fc70e1c032c934b7c5cc84c4eff528edab035..f730b6ae3e2b6dcdb6866d67354b4673cb29c829 100644 | 
| --- a/ipc/ipc_logging.h | 
| +++ b/ipc/ipc_logging.h | 
| @@ -14,7 +14,7 @@ | 
| #include "base/containers/hash_tables.h" | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/memory/singleton.h" | 
| -#include "base/message_loop.h" | 
| +#include "base/message_loop/message_loop.h" | 
| #include "ipc/ipc_export.h" | 
| // Logging function. |name| is a string in ASCII and |params| is a string in |