From a9bb6f69b32018c245e05a79011114653fe8f5e0 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Wed, 30 Jul 2008 16:40:10 +0000 Subject: Move some more classes from net/base into the net:: namespace. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/mime_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/base/mime_util.h') diff --git a/net/base/mime_util.h b/net/base/mime_util.h index 047e79c..40d8b22 100644 --- a/net/base/mime_util.h +++ b/net/base/mime_util.h @@ -32,7 +32,7 @@ #include -namespace mime_util { +namespace net { // Get the mime type (if any) that is associated with the given file extension. // Returns true if a corresponding mime type exists. @@ -66,6 +66,6 @@ bool IsSupportedMimeType(const std::string& mime_type); bool MatchesMimeType(const std::string &mime_type_pattern, const std::string &mime_type); -} // namespace mime_util +} // namespace net #endif // NET_BASE_MIME_UTIL_H__ -- cgit v1.1