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

Unified Diff: ash/switchable_windows.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
« no previous file with comments | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/switchable_windows.cc
diff --git a/ash/switchable_windows.cc b/ash/switchable_windows.cc
index 352599b250a29a2332b39be5031aba798255636d..8d503aa6f20e3a35cf21d3ce4737c6401707cc4b 100644
--- a/ash/switchable_windows.cc
+++ b/ash/switchable_windows.cc
@@ -10,10 +10,8 @@
namespace ash {
const int kSwitchableWindowContainerIds[] = {
- internal::kShellWindowId_DefaultContainer,
- internal::kShellWindowId_AlwaysOnTopContainer,
- internal::kShellWindowId_PanelContainer
-};
+ kShellWindowId_DefaultContainer, kShellWindowId_AlwaysOnTopContainer,
+ kShellWindowId_PanelContainer};
const size_t kSwitchableWindowContainerIdsLength =
arraysize(kSwitchableWindowContainerIds);
« no previous file with comments | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698