Index: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc |
diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc |
index 76e2cf8419a9a8f06a43d7a9f950c364ed401ff6..1965ac2eedf72fb8cb6c7f5b33afe0ae2e624dee 100644 |
--- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc |
+++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc |
@@ -143,7 +143,6 @@ void BluetoothPairingNotificationDelegate::ButtonClick(int button_index) { |
namespace ash { |
-namespace internal { |
BluetoothNotificationController::BluetoothNotificationController() |
: weak_ptr_factory_(this) { |
@@ -368,5 +367,4 @@ void BluetoothNotificationController::NotifyPairedDevice( |
message_center::MessageCenter::Get()->AddNotification(notification.Pass()); |
} |
-} // namespace internal |
} // namespace ash |