| Index: components/sync/driver/sync_util_unittest.cc
|
| diff --git a/components/sync_driver/sync_util_unittest.cc b/components/sync/driver/sync_util_unittest.cc
|
| similarity index 94%
|
| rename from components/sync_driver/sync_util_unittest.cc
|
| rename to components/sync/driver/sync_util_unittest.cc
|
| index eb58f1b7ff3ee3ffa1169a6e6ba3d3a566d24e3d..282cb0ca6ef1d2026f7336e6fc745c438efdbb0c 100644
|
| --- a/components/sync_driver/sync_util_unittest.cc
|
| +++ b/components/sync/driver/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/sync_util.h"
|
| +#include "components/sync/driver/sync_util.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/strings/string_util.h"
|
| -#include "components/sync_driver/sync_driver_switches.h"
|
| +#include "components/sync/driver/sync_driver_switches.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|
|
|