summaryrefslogtreecommitdiffstats
path: root/sync/api/sync_data_unittest.cc
diff options
context:
space:
mode:
authorpavely@chromium.org <pavely@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:01:19 +0000
committerpavely@chromium.org <pavely@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-13 22:01:19 +0000
commite75fb7a76f9fa2af777afa67f777b23d503be29d (patch)
tree32636f35a36a8570cdca970e1c6340683036bac2 /sync/api/sync_data_unittest.cc
parenta509ba9a847a208bab1e7e60a781818dbb351554 (diff)
downloadchromium_src-e75fb7a76f9fa2af777afa67f777b23d503be29d.zip
chromium_src-e75fb7a76f9fa2af777afa67f777b23d503be29d.tar.gz
chromium_src-e75fb7a76f9fa2af777afa67f777b23d503be29d.tar.bz2
Rename FakeAttachmentService to AttachmentServiceImpl
No functionality change whatsoever. BUG=356359 Review URL: https://codereview.chromium.org/279263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/api/sync_data_unittest.cc')
-rw-r--r--sync/api/sync_data_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/api/sync_data_unittest.cc b/sync/api/sync_data_unittest.cc
index 4eab286..fb305de 100644
--- a/sync/api/sync_data_unittest.cc
+++ b/sync/api/sync_data_unittest.cc
@@ -12,8 +12,8 @@
#include "base/time/time.h"
#include "sync/api/attachments/attachment_id.h"
#include "sync/api/attachments/attachment_service.h"
+#include "sync/api/attachments/attachment_service_impl.h"
#include "sync/api/attachments/attachment_service_proxy.h"
-#include "sync/api/attachments/fake_attachment_service.h"
#include "sync/protocol/sync.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -32,7 +32,7 @@ const base::Time kLastModifiedTime = base::Time();
class SyncDataTest : public testing::Test {
protected:
SyncDataTest()
- : attachment_service(FakeAttachmentService::CreateForTest()),
+ : attachment_service(AttachmentServiceImpl::CreateForTest()),
attachment_service_weak_ptr_factory(attachment_service.get()),
attachment_service_proxy(
base::MessageLoopProxy::current(),