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

Unified Diff: chrome/browser/sync/abstract_profile_sync_service_test.cc

Issue 7190001: [Sync] Split DirectoryChangeListener for thread-safety (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright Created 9 years, 6 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/abstract_profile_sync_service_test.cc
diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.cc b/chrome/browser/sync/abstract_profile_sync_service_test.cc
index 366230b5c823459a20eb1f1a467acaa4ea1b455c..f7c5f66ebd6fb7d22795b5cd6805b8e42aeb6eff 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.cc
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/sync/abstract_profile_sync_service_test.h"
+#include "base/tracked.h"
#include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/protocol/sync.pb.h"
#include "chrome/browser/sync/syncable/directory_manager.h"
@@ -47,7 +48,7 @@ bool ProfileSyncServiceTestHelper::CreateRoot(
std::string tag_name = GetTagForType(model_type);
- WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
+ WriteTransaction wtrans(dir, UNITTEST, FROM_HERE);
MutableEntry node(&wtrans,
CREATE,
wtrans.root_id(),
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/sync/engine/apply_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698