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

Unified Diff: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: 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
« no previous file with comments | « ash/system/chromeos/bluetooth/bluetooth_notification_controller.h ('k') | ash/system/chromeos/brightness/tray_brightness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698