Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2808)

Unified Diff: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc

Issue 10698140: Remove "2" suffixes from options2 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc
similarity index 99%
rename from chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc
rename to chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc
index e5a7a64c607ad7c8c86a3999b7fe623d97b9b86f..3005985adbfc53a881c2de6a32dc3b67640f159f 100644
--- a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/bluetooth_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/bluetooth_options_handler2.h"
+#include "chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.h"
#include "base/bind.h"
#include "base/bind_helpers.h"

Powered by Google App Engine
This is Rietveld 408576698