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

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

Powered by Google App Engine
This is Rietveld 408576698