| Index: components/browser_sync/browser_sync_switches.h
|
| diff --git a/components/browser_sync/common/browser_sync_switches.h b/components/browser_sync/browser_sync_switches.h
|
| similarity index 67%
|
| rename from components/browser_sync/common/browser_sync_switches.h
|
| rename to components/browser_sync/browser_sync_switches.h
|
| index e8d02358fa00cdcd8bf593500ef39c930345c1fc..d2376a42e96ee786651b10c6453723da20ba1f2f 100644
|
| --- a/components/browser_sync/common/browser_sync_switches.h
|
| +++ b/components/browser_sync/browser_sync_switches.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Defines all the command-line switches used by //components/browser_sync.
|
|
|
| -#ifndef COMPONENTS_BROWSER_SYNC_COMMON_BROWSER_SYNC_SWITCHES_H_
|
| -#define COMPONENTS_BROWSER_SYNC_COMMON_BROWSER_SYNC_SWITCHES_H_
|
| +#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_SYNC_SWITCHES_H_
|
| +#define COMPONENTS_BROWSER_SYNC_BROWSER_SYNC_SWITCHES_H_
|
|
|
| namespace switches {
|
|
|
| @@ -15,4 +15,4 @@ extern const char kEnableWifiCredentialSync[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // COMPONENTS_BROWSER_SYNC_COMMON_BROWSER_SYNC_SWITCHES_H_
|
| +#endif // COMPONENTS_BROWSER_SYNC_BROWSER_SYNC_SWITCHES_H_
|
|
|