Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / chromeos / network / network_state_list_detailed_view.cc
index 4495b57..a79bf07 100644 (file)
@@ -51,9 +51,7 @@ using chromeos::NetworkStateHandler;
 using chromeos::NetworkTypePattern;
 
 namespace ash {
-namespace internal {
 namespace tray {
-
 namespace {
 
 // Delay between scan requests.
@@ -126,7 +124,7 @@ class NetworkStateListDetailedView::InfoBubble
     set_use_focusless(true);
     set_parent_window(ash::Shell::GetContainer(
         anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
-        ash::internal::kShellWindowId_SettingBubbleContainer));
+        ash::kShellWindowId_SettingBubbleContainer));
     SetLayoutManager(new views::FillLayout());
     AddChildView(content);
   }
@@ -849,5 +847,4 @@ void NetworkStateListDetailedView::ToggleMobile() {
 }
 
 }  // namespace tray
-}  // namespace internal
 }  // namespace ash