| Index: third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| diff --git a/third_party/WebKit/Source/platform/ContentType.h b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| similarity index 93%
|
| rename from third_party/WebKit/Source/platform/ContentType.h
|
| rename to third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| index ccd966c893e8e6a72ae8905c430532e21983ab0d..5af710927ed8c9342d71e5cefd721f46f4ef4fd3 100644
|
| --- a/third_party/WebKit/Source/platform/ContentType.h
|
| +++ b/third_party/WebKit/Source/platform/network/mime/ContentType.h
|
| @@ -1,6 +1,5 @@
|
| /*
|
| - * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
|
| - * Copyright (C) 2009 Google 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
|
| @@ -33,6 +32,7 @@
|
|
|
| namespace blink {
|
|
|
| +// Parses the MIME type and parameter values based on RFC 2231.
|
| class PLATFORM_EXPORT ContentType {
|
| STACK_ALLOCATED();
|
|
|
|
|