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

Unified Diff: chrome/browser/media/desktop_media_list_ash.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: chrome/browser/media/desktop_media_list_ash.cc
diff --git a/chrome/browser/media/desktop_media_list_ash.cc b/chrome/browser/media/desktop_media_list_ash.cc
index 1ee27158bbe5bd9f5f805d065ef3602206604b34..ac88e0d6710952468270510ed64e2cc96f406148 100644
--- a/chrome/browser/media/desktop_media_list_ash.cc
+++ b/chrome/browser/media/desktop_media_list_ash.cc
@@ -187,11 +187,11 @@ void DesktopMediaListAsh::EnumerateSources(
if (source_types_ & WINDOWS) {
EnumerateWindowsForRoot(
- sources, *iter, ash::internal::kShellWindowId_DefaultContainer);
+ sources, *iter, ash::kShellWindowId_DefaultContainer);
EnumerateWindowsForRoot(
- sources, *iter, ash::internal::kShellWindowId_AlwaysOnTopContainer);
+ sources, *iter, ash::kShellWindowId_AlwaysOnTopContainer);
EnumerateWindowsForRoot(
- sources, *iter, ash::internal::kShellWindowId_DockedContainer);
+ sources, *iter, ash::kShellWindowId_DockedContainer);
}
}
}
« no previous file with comments | « chrome/browser/fullscreen_win.cc ('k') | chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698