Index: ash/display/resolution_notification_controller.cc |
diff --git a/ash/display/resolution_notification_controller.cc b/ash/display/resolution_notification_controller.cc |
index a44e2da4a4d8a8f5190fc167d7636b58fb9edc32..2c454029e79d7ef4332407487358a78d00a4289e 100644 |
--- a/ash/display/resolution_notification_controller.cc |
+++ b/ash/display/resolution_notification_controller.cc |
@@ -23,7 +23,6 @@ |
using message_center::Notification; |
namespace ash { |
-namespace internal { |
namespace { |
bool g_use_timer = true; |
@@ -320,5 +319,4 @@ void ResolutionNotificationController::SuppressTimerForTest() { |
g_use_timer = false; |
} |
-} // namespace internal |
} // namespace ash |