| Index: components/autofill/core/common/autofill_switches.h
|
| diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
|
| index 84d76d59c594731eb7e06e40f3672640cfc81d62..05711504f85a2da6f31e18dff8275e2f1806c80b 100644
|
| --- a/components/autofill/core/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/autofill_switches.h
|
| @@ -5,6 +5,16 @@
|
| #ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
|
| #define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
|
|
|
| +#include "build/build_config.h"
|
| +
|
| +#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| +
|
| +namespace {
|
| +#include "components/autofill/core/common/autofill_switches.cc"
|
| +}
|
| +
|
| +#else
|
| +
|
| namespace autofill {
|
| namespace switches {
|
|
|
| @@ -24,4 +34,5 @@ extern const char kWalletServiceUseProd[];
|
| } // namespace switches
|
| } // namespace autofill
|
|
|
| +#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| #endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
|
|
|