 Chromium Code Reviews
 Chromium Code Reviews Issue 7879006:
  Delete Tracked, and move Location to its own file.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 7879006:
  Delete Tracked, and move Location to its own file.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ipc/ipc_sync_message_filter.cc | 
| diff --git a/ipc/ipc_sync_message_filter.cc b/ipc/ipc_sync_message_filter.cc | 
| index c7a184cea234a58a735994cc40582ce6880d83b8..f307573ae0e6b387b0516bcd1ff0a01cb09ebdae 100644 | 
| --- a/ipc/ipc_sync_message_filter.cc | 
| +++ b/ipc/ipc_sync_message_filter.cc | 
| @@ -4,6 +4,7 @@ | 
| #include "ipc/ipc_sync_message_filter.h" | 
| +#include "base/location.h" | 
| #include "base/logging.h" | 
| #include "base/message_loop_proxy.h" | 
| #include "base/synchronization/waitable_event.h" |