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

Unified Diff: components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 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: components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc
diff --git a/components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc b/components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc
index fd4c271790a0826584071f5d74a12a6d307cf3fb..dc872ee3ee1eb86a5c3661d60eb7bc57dde4a3df 100644
--- a/components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc
+++ b/components/sync/core_impl/attachments/attachment_downloader_impl_unittest.cc
@@ -37,7 +37,7 @@ const char kAccessToken[] = "access.token";
const char kAttachmentServerUrl[] = "http://attachments.com/";
const char kAttachmentContent[] = "attachment.content";
const char kStoreBirthday[] = "z00000000-0000-007b-0000-0000000004d2";
-const syncer::ModelType kModelType = syncer::ModelType::ARTICLES;
+const ModelType kModelType = ModelType::ARTICLES;
// MockOAuth2TokenService remembers last request for access token and verifies
// that only one request is active at a time.
« no previous file with comments | « components/sync/core/write_transaction.cc ('k') | components/sync/core_impl/attachments/attachment_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698