// 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_protocol_error.h" #include <utility> #include "base/notreached.h" namespace syncer { #define ENUM_CASE … const char* GetSyncErrorTypeString(SyncProtocolErrorType type) { … } const char* GetClientActionString(ClientAction action) { … } #undef ENUM_CASE } // namespace syncer