 Chromium Code Reviews
 Chromium Code Reviews Issue 2370673002:
  Changed EDisplay to an enum class and renamed its members to be keywords  (Closed)
    
  
    Issue 2370673002:
  Changed EDisplay to an enum class and renamed its members to be keywords  (Closed) 
  | Index: third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h | 
| diff --git a/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h b/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h | 
| index 06eb6f7fd2e0fd7d844ccce7f77b5183d50a98f9..950d1f652e6661674b4b7f396a74fc11191eccd4 100644 | 
| --- a/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h | 
| +++ b/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h | 
| @@ -2,7 +2,7 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
| -/* ***** BEGIN LICENSE BLOCK ***** | 
| +/* ***** BEGIN LICENSE EDisplay::Block ***** | 
| 
alancutter (OOO until 2018)
2016/09/27 05:27:32
This file should not change.
 
sashab
2016/09/29 03:36:19
Haha, the one below it fixed but not this one
Tha
 | 
| * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | 
| * | 
| * The contents of this file are subject to the Mozilla Public License Version |