// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/public/common/process_type.h" #include <ostream> #include "base/check.h" #include "content/public/common/content_client.h" namespace content { std::string GetProcessTypeNameInEnglish(int type) { … } } // namespace content