// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/engine/sync_string_conversions.h" #include "base/notreached.h" #include "components/sync/base/passphrase_enums.h" #define ENUM_CASE … namespace syncer { const char* ConnectionStatusToString(ConnectionStatus status) { … } const char* PassphraseTypeToString(PassphraseType type) { … } #undef ENUM_CASE } // namespace syncer