// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/base/request_priority.h" #include "base/notreached.h" namespace net { const char* RequestPriorityToString(RequestPriority priority) { … } } // namespace net