Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: chrome/browser/sync/api/sync_error_unittest.cc

Issue 7879006: Delete Tracked, and move Location to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed Tracked, and put Location into location.h Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/api/sync_error_unittest.cc
diff --git a/chrome/browser/sync/api/sync_error_unittest.cc b/chrome/browser/sync/api/sync_error_unittest.cc
index 6e2d9a846be044cfd16668a9f2cd3773538cda0a..1a2489f6f770103c3846f927c2cdcce6bb1f3ede 100644
--- a/chrome/browser/sync/api/sync_error_unittest.cc
+++ b/chrome/browser/sync/api/sync_error_unittest.cc
@@ -6,7 +6,7 @@
#include <string>
-#include "base/tracked.h"
+#include "base/location.h"
#include "testing/gtest/include/gtest/gtest.h"
using std::string;

Powered by Google App Engine
This is Rietveld 408576698