| Index: chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc
|
| similarity index 99%
|
| rename from chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc
|
| rename to chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc
|
| index d4496d342a058274a2cd7504f463e2d95462e838..4bfacd9c3d7260d2a131648485e9541281628c57 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_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/chromeos/core_chromeos_options_handler2.h"
|
| +#include "chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h"
|
|
|
| #include <string>
|
|
|
| @@ -19,7 +19,7 @@
|
| #include "chrome/browser/prefs/pref_set_observer.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/chromeos/ui_account_tweaks.h"
|
| -#include "chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.h"
|
| +#include "chrome/browser/ui/webui/options2/chromeos/accounts_options_handler.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/notification_details.h"
|
|
|