summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/test/test_user_share.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/test/test_user_share.cc')
-rw-r--r--sync/internal_api/test/test_user_share.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/test/test_user_share.cc b/sync/internal_api/test/test_user_share.cc
index 136b438..21433b1 100644
--- a/sync/internal_api/test/test_user_share.cc
+++ b/sync/internal_api/test/test_user_share.cc
@@ -19,7 +19,7 @@ TestUserShare::~TestUserShare() {
}
void TestUserShare::SetUp() {
- user_share_.reset(new syncer::UserShare());
+ user_share_.reset(new UserShare());
dir_maker_->SetUp();
// The pointer is owned by dir_maker_, we should not be storing it in a
@@ -35,7 +35,7 @@ void TestUserShare::TearDown() {
dir_maker_->TearDown();
}
-syncer::UserShare* TestUserShare::user_share() {
+UserShare* TestUserShare::user_share() {
return user_share_.get();
}