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

Unified Diff: components/sync/core_impl/attachments/attachment_uploader_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_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;

Powered by Google App Engine
This is Rietveld 408576698