// 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. #ifndef NET_HTTP_HTTP_CONTENT_DISPOSITION_H_ #define NET_HTTP_HTTP_CONTENT_DISPOSITION_H_ #include <string> #include "net/base/net_export.h" namespace net { class NET_EXPORT HttpContentDisposition { … }; } // namespace net #endif // NET_HTTP_HTTP_CONTENT_DISPOSITION_H_