| Index: chrome/browser/ui/webui/options2/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.cc b/chrome/browser/ui/webui/options2/browser_options_handler.cc
|
| similarity index 99%
|
| rename from chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| rename to chrome/browser/ui/webui/options2/browser_options_handler.cc
|
| index 30cf57df795e80ce56db42d77bf2f7605226548d..e3130d130a306e9cada1fca9712e59faa3d7d63d 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_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/browser_options_handler2.h"
|
| +#include "chrome/browser/ui/webui/options2/browser_options_handler.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -78,7 +78,7 @@
|
|
|
| #if !defined(OS_CHROMEOS)
|
| #include "chrome/browser/printing/cloud_print/cloud_print_setup_handler.h"
|
| -#include "chrome/browser/ui/webui/options2/advanced_options_utils2.h"
|
| +#include "chrome/browser/ui/webui/options2/advanced_options_utils.h"
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|