Index: components/sync/driver/device_count_metrics_provider_unittest.cc |
diff --git a/components/sync_driver/device_count_metrics_provider_unittest.cc b/components/sync/driver/device_count_metrics_provider_unittest.cc |
similarity index 93% |
rename from components/sync_driver/device_count_metrics_provider_unittest.cc |
rename to components/sync/driver/device_count_metrics_provider_unittest.cc |
index 702b439d25cecc518c0ce8d6daad975feacae2be..40635f3bffff93128dd19aeb5ac0f915d2008bd5 100644 |
--- a/components/sync_driver/device_count_metrics_provider_unittest.cc |
+++ b/components/sync/driver/device_count_metrics_provider_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/sync_driver/device_count_metrics_provider.h" |
+#include "components/sync/driver/device_count_metrics_provider.h" |
#include <memory> |
#include <string> |
@@ -10,8 +10,8 @@ |
#include "base/bind.h" |
#include "base/test/histogram_tester.h" |
-#include "components/sync_driver/device_info.h" |
-#include "components/sync_driver/device_info_tracker.h" |
+#include "components/sync/driver/device_info.h" |
+#include "components/sync/driver/device_info_tracker.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace sync_driver { |