Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1180)

Unified Diff: third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h

Issue 2482653002: Move MIME related platform files under network/mime (Closed)
Patch Set: fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698