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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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_handler2.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
index c0c8ee7cfb26744bd6c5bd5799dfe93eb0373a51..dd0784d62262b9df1598420e6700de11401abe41 100644
--- a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
+++ b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
@@ -23,7 +23,7 @@ namespace chromeos {
namespace options2 {
// Handler for Bluetooth options on the system options page.
-class BluetoothOptionsHandler : public OptionsPageUIHandler,
+class BluetoothOptionsHandler : public ::options2::OptionsPageUIHandler,
public chromeos::BluetoothAdapter::Observer,
public BluetoothDevice::PairingDelegate {
public:

Powered by Google App Engine
This is Rietveld 408576698