 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: base/message_loop_proxy.h | 
| diff --git a/base/message_loop_proxy.h b/base/message_loop_proxy.h | 
| index 89da97dd91614dd74094f176d5199fdb1b025041..d783b4e6bc7c61142a7a2458948441696103138b 100644 | 
| --- a/base/message_loop_proxy.h | 
| +++ b/base/message_loop_proxy.h | 
| @@ -12,6 +12,10 @@ | 
| #include "base/memory/ref_counted.h" | 
| #include "base/task.h" | 
| +namespace tracked_objects { | 
| +class Location; | 
| +} // namespace tracked_objects | 
| + | 
| namespace base { | 
| struct MessageLoopProxyTraits; |