Index: components/sync/driver/about_sync_util_unittest.cc |
diff --git a/components/sync_driver/about_sync_util_unittest.cc b/components/sync/driver/about_sync_util_unittest.cc |
similarity index 89% |
rename from components/sync_driver/about_sync_util_unittest.cc |
rename to components/sync/driver/about_sync_util_unittest.cc |
index ef37457c6cf98904a1c7c18a85177a7c4c769d8f..37bfd05647d7cfca33805e5aa5e2c0b91bf2d47a 100644 |
--- a/components/sync_driver/about_sync_util_unittest.cc |
+++ b/components/sync/driver/about_sync_util_unittest.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/sync_driver/about_sync_util.h" |
+#include "components/sync/driver/about_sync_util.h" |
#include "base/strings/utf_string_conversions.h" |
+#include "components/sync/driver/fake_sync_service.h" |
#include "components/sync/engine/sync_status.h" |
-#include "components/sync_driver/fake_sync_service.h" |
#include "components/version_info/version_info.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -23,9 +23,7 @@ class SyncServiceMock : public sync_driver::FakeSyncService { |
public: |
bool IsFirstSetupComplete() const override { return true; } |
- bool HasUnrecoverableError() const override { |
- return true; |
- } |
+ bool HasUnrecoverableError() const override { return true; } |
bool QueryDetailedSyncStatus(syncer::SyncStatus* result) override { |
return false; |