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

Unified Diff: components/sync/core/simple_metadata_change_list_unittest.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/core/simple_metadata_change_list.cc ('k') | components/sync/core/sync_auth_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/simple_metadata_change_list_unittest.cc
diff --git a/sync/internal_api/public/simple_metadata_change_list_unittest.cc b/components/sync/core/simple_metadata_change_list_unittest.cc
similarity index 98%
rename from sync/internal_api/public/simple_metadata_change_list_unittest.cc
rename to components/sync/core/simple_metadata_change_list_unittest.cc
index ff2fea668724c9dfd2586b5647d43951ee6bd9e9..0843cf9ee8a00acefa61a5c4a17fde3c36f42b12 100644
--- a/sync/internal_api/public/simple_metadata_change_list_unittest.cc
+++ b/components/sync/core/simple_metadata_change_list_unittest.cc
@@ -1,11 +1,11 @@
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/internal_api/public/simple_metadata_change_list.h"
+#include "components/sync/core/simple_metadata_change_list.h"
#include "base/bind.h"
#include "base/run_loop.h"
-#include "sync/api/mock_model_type_store.h"
+#include "components/sync/api/mock_model_type_store.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer_v2 {
« no previous file with comments | « components/sync/core/simple_metadata_change_list.cc ('k') | components/sync/core/sync_auth_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698