| Index: components/browser_sync/profile_sync_components_factory_impl.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.cc b/components/browser_sync/profile_sync_components_factory_impl.cc
|
| similarity index 98%
|
| rename from components/browser_sync/browser/profile_sync_components_factory_impl.cc
|
| rename to components/browser_sync/profile_sync_components_factory_impl.cc
|
| index 7422c6b8a573b0f568337e256db833f86e7f6230..731d726a440a1151e9738e57ff61fcde616e0a87 100644
|
| --- a/components/browser_sync/browser/profile_sync_components_factory_impl.cc
|
| +++ b/components/browser_sync/profile_sync_components_factory_impl.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/browser_sync/browser/profile_sync_components_factory_impl.h"
|
| +#include "components/browser_sync/profile_sync_components_factory_impl.h"
|
|
|
| #include <utility>
|
|
|
| @@ -17,8 +17,8 @@
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/autofill/core/common/autofill_pref_names.h"
|
| #include "components/autofill/core/common/autofill_switches.h"
|
| -#include "components/browser_sync/browser/profile_sync_service.h"
|
| -#include "components/browser_sync/common/browser_sync_switches.h"
|
| +#include "components/browser_sync/browser_sync_switches.h"
|
| +#include "components/browser_sync/profile_sync_service.h"
|
| #include "components/dom_distiller/core/dom_distiller_features.h"
|
| #include "components/history/core/browser/history_delete_directives_data_type_controller.h"
|
| #include "components/history/core/browser/typed_url_data_type_controller.h"
|
|
|