| Index: components/sync/core_impl/attachments/attachment_uploader_impl_unittest.cc
|
| diff --git a/components/sync/core_impl/attachments/attachment_uploader_impl_unittest.cc b/components/sync/core_impl/attachments/attachment_uploader_impl_unittest.cc
|
| index f269d6924fd5adcb78d52272d4abc1c496bc5527..87a120e4a8f97301ccd8726cd503cc5f7d4f9039 100644
|
| --- a/components/sync/core_impl/attachments/attachment_uploader_impl_unittest.cc
|
| +++ b/components/sync/core_impl/attachments/attachment_uploader_impl_unittest.cc
|
| @@ -38,6 +38,8 @@
|
| #include "testing/gmock/include/gmock/gmock-matchers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace syncer {
|
| +
|
| namespace {
|
|
|
| const char kAttachmentData[] = "some data";
|
| @@ -54,12 +56,10 @@ const char kBase64URLSafeStoreBirthday[] =
|
| "Rv_d4HQ6SP2dBpM8YY6lcAlZmQVhRiFhGwPTAmDNQVX-JhXXDA";
|
| const char kSyncStoreBirthdayHeader[] = "X-Sync-Store-Birthday";
|
| const char kSyncDataTypeIdHeader[] = "X-Sync-Data-Type-Id";
|
| -const syncer::ModelType kModelType = syncer::ModelType::ARTICLES;
|
| +const ModelType kModelType = ModelType::ARTICLES;
|
|
|
| } // namespace
|
|
|
| -namespace syncer {
|
| -
|
| using net::test_server::BasicHttpResponse;
|
| using net::test_server::HttpRequest;
|
| using net::test_server::HttpResponse;
|
|
|