| Index: chrome/browser/ui/webui/options2/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.cc b/chrome/browser/ui/webui/options2/content_settings_handler.cc
|
| similarity index 99%
|
| rename from chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| rename to chrome/browser/ui/webui/options2/content_settings_handler.cc
|
| index 30c26118b7e870f3e385629d09b42a1616d9083b..7f01d877fbe304141b572b113dce046decce811b 100644
|
| --- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/content_settings_handler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/webui/options2/content_settings_handler2.h"
|
| +#include "chrome/browser/ui/webui/options2/content_settings_handler.h"
|
|
|
| #include <vector>
|
|
|
|
|