Index: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc |
similarity index 98% |
copy from chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
copy to chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.cc |
index 5dfe692669f58ca38ff6ec853471d4d6fe884702..f8f6a28f753b097c6898ff665abda8c23c7d879a 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.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/options/chromeos/bluetooth_options_handler.h" |
+#include "chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
@@ -10,7 +10,7 @@ |
#include "base/values.h" |
#include "chrome/browser/chromeos/bluetooth/bluetooth_device.h" |
#include "chrome/browser/chromeos/system/runtime_environment.h" |
-#include "chrome/browser/ui/webui/options/chromeos/system_settings_provider.h" |
+#include "chrome/browser/ui/webui/options2/chromeos/system_settings_provider.h" |
#include "chrome/common/chrome_switches.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
@@ -19,7 +19,7 @@ |
namespace { |
-// |UpdateDeviceCallback| takes a variable length list as an arugment. The |
+// |UpdateDeviceCallback| takes a variable length list as an argument. The |
// value stored in each list element is indicated by the following constants. |
const int kUpdateDeviceAddressIndex = 0; |
const int kUpdateDeviceCommandIndex = 1; |