 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_channel.cc | 
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc | 
| index c135ef38eb3f4a414c9711aa559dc9e1ebce0fbc..8fe5c3781272b95db90d26ef19f24be64914980d 100644 | 
| --- a/ipc/ipc_sync_channel.cc | 
| +++ b/ipc/ipc_sync_channel.cc | 
| @@ -5,6 +5,7 @@ | 
| #include "ipc/ipc_sync_channel.h" | 
| #include "base/lazy_instance.h" | 
| +#include "base/location.h" | 
| #include "base/logging.h" | 
| #include "base/threading/thread_local.h" | 
| #include "base/synchronization/waitable_event.h" |