| Index: chrome/browser/extensions/PRESUBMIT_test_new_file_1.txt | 
| diff --git a/chrome/browser/extensions/PRESUBMIT_test_new_file_1.txt b/chrome/browser/extensions/PRESUBMIT_test_new_file_1.txt | 
| deleted file mode 100644 | 
| index 63814f19a1d37231f02f98dcc5dc4965412b6e71..0000000000000000000000000000000000000000 | 
| --- a/chrome/browser/extensions/PRESUBMIT_test_new_file_1.txt | 
| +++ /dev/null | 
| @@ -1,35 +0,0 @@ | 
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| -// Use of this source code is governed by a BSD-style license that can be | 
| -// found in the LICENSE file. | 
| - | 
| -#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 
| - | 
| - | 
| -namespace extensions { | 
| -namespace functions { | 
| - | 
| -// | 
| -// This is some comment. | 
| -// This is another comment. | 
| -// This is yet another comment. | 
| -// | 
| -enum HistogramValue { | 
| -  UNKNOWN = 0, | 
| -  WEBNAVIGATION_GETALLFRAMES, | 
| -  BROWSINGDATA_REMOVEWEBSQL, | 
| -  WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT, | 
| -  DOWNLOADSINTERNAL_DETERMINEFILENAME, | 
| -  SYNCFILESYSTEM_GETFILESYNCSTATUSES, | 
| -  MEDIAGALLERIESPRIVATE_GETHANDLERS, | 
| -  WALLPAPERPRIVATE_RESETWALLPAPER, | 
| -  VALID_INSERTION, | 
| -  // Last entry: Add new entries above and ensure to update | 
| -  // tools/metrics/histograms/histograms/histograms.xml. | 
| -  ENUM_BOUNDARY | 
| -}; | 
| - | 
| -}  // namespace functions | 
| -}  // namespace extensions | 
| - | 
| -#endif  // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 
|  |