#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
#include "build/build_config.h"
namespace autofill {
namespace switches {
extern const char kAutofillAPIKey[];
extern const char kAutofillServerURL[];
extern const char kAutofillUploadThrottlingPeriodInDays[];
extern const char kIgnoreAutocompleteOffForAutofill[];
extern const char kShowAutofillTypePredictions[];
extern const char kShowAutofillSignatures[];
extern const char kWalletServiceUseSandbox[];
}
}
#endif