 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: chrome/browser/sync/api/sync_error.cc | 
| diff --git a/chrome/browser/sync/api/sync_error.cc b/chrome/browser/sync/api/sync_error.cc | 
| index 6ffa495466bc9e13b6a8ce18790db7e354ed8ac6..453a920d70afcd9fef531775a3594b504b56b5c4 100644 | 
| --- a/chrome/browser/sync/api/sync_error.cc | 
| +++ b/chrome/browser/sync/api/sync_error.cc | 
| @@ -4,8 +4,8 @@ | 
| #include "chrome/browser/sync/api/sync_error.h" | 
| +#include "base/location.h" | 
| #include "base/logging.h" | 
| -#include "base/tracked.h" | 
| SyncError::SyncError() { | 
| Clear(); |