| Index: components/sync/driver/sync_driver_switches.cc
|
| diff --git a/components/sync_driver/sync_driver_switches.cc b/components/sync/driver/sync_driver_switches.cc
|
| similarity index 90%
|
| rename from components/sync_driver/sync_driver_switches.cc
|
| rename to components/sync/driver/sync_driver_switches.cc
|
| index ec030be2e4defbb1f01495bf7b37f3ad61d894c2..69273938e906e370fd20809e0e2f26815ee3ee56 100644
|
| --- a/components/sync_driver/sync_driver_switches.cc
|
| +++ b/components/sync/driver/sync_driver_switches.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/sync_driver_switches.h"
|
| +#include "components/sync/driver/sync_driver_switches.h"
|
|
|
| namespace switches {
|
|
|
| @@ -15,8 +15,7 @@ const char kSyncDeferredStartupTimeoutSeconds[] =
|
| const char kSyncDisableDeferredStartup[] = "sync-disable-deferred-startup";
|
|
|
| // Enables feature to avoid unnecessary GetUpdate requests.
|
| -const char kSyncEnableGetUpdateAvoidance[] =
|
| - "sync-enable-get-update-avoidance";
|
| +const char kSyncEnableGetUpdateAvoidance[] = "sync-enable-get-update-avoidance";
|
|
|
| // Enables USS implementation of DeviceInfo datatype. This flag controls whether
|
| // SyncableService based or ModelTypeService based implementation is used for
|
|
|