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

Unified Diff: components/sync/core_impl/test/test_user_share.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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: components/sync/core_impl/test/test_user_share.cc
diff --git a/components/sync/core_impl/test/test_user_share.cc b/components/sync/core_impl/test/test_user_share.cc
index 93e53022403b9739892198491a72ef2006721da9..559ceeaf9879e4c98cf32ac0a5424584f7aab943 100644
--- a/components/sync/core_impl/test/test_user_share.cc
+++ b/components/sync/core_impl/test/test_user_share.cc
@@ -46,7 +46,7 @@ bool TestUserShare::Reload() {
if (!user_share_->directory->SaveChanges())
return false;
- syncable::DirectoryBackingStore* saved_store =
+ syncer::syncable::DirectoryBackingStore* saved_store =
user_share_->directory->store_.release();
// Ensure the unique_ptr doesn't delete the memory we don't own.
@@ -71,7 +71,7 @@ syncable::TestTransactionObserver* TestUserShare::transaction_observer() {
/* static */
bool TestUserShare::CreateRoot(ModelType model_type, UserShare* user_share) {
- syncable::Directory* directory = user_share->directory.get();
+ syncer::syncable::Directory* directory = user_share->directory.get();
syncable::WriteTransaction wtrans(FROM_HERE, syncable::UNITTEST, directory);
CreateTypeRoot(&wtrans, directory, model_type);
return true;

Powered by Google App Engine
This is Rietveld 408576698