| Index: third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| rename to third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| index 95b9adc3ded4126c7dbdde616cd0255265a73cf3..66d049be1f779378f5253f8ee21621e1cb6eb3e8 100644
|
| --- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
|
| + * Copyright (C) 2006 Apple Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -37,8 +37,6 @@ namespace blink {
|
| // Note/reminder: MIME type and parameter names are per-RFC case
|
| // insensitive (https://www.ietf.org/rfc/rfc2045.txt , section 5.1).
|
| // The MIMETypeRegistry predicates are all case-insensitive.
|
| -
|
| -// TODO(kinuko): Move this file under platform/network/mime.
|
| class PLATFORM_EXPORT MIMETypeRegistry {
|
| STATIC_ONLY(MIMETypeRegistry);
|
|
|
|
|