Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / display / resolution_notification_controller.cc
index a44e2da..2c45402 100644 (file)
@@ -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