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

Unified Diff: chrome/browser/media/tab_desktop_media_list.h

Issue 1763753003: Capture chrome browser windows from internal rendering procedure for windows and linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/tab_desktop_media_list.h
diff --git a/chrome/browser/media/tab_desktop_media_list.h b/chrome/browser/media/tab_desktop_media_list.h
index e238123bcff6dc65181da5339c392999b6cf159a..f5de4768fa4c78e9c1cf9d0dc148758e5d63da55 100644
--- a/chrome/browser/media/tab_desktop_media_list.h
+++ b/chrome/browser/media/tab_desktop_media_list.h
@@ -14,7 +14,7 @@ class TabDesktopMediaList : public DesktopMediaListBase {
~TabDesktopMediaList() override;
private:
- typedef std::map<content::DesktopMediaID, uint32_t> ImageHashesMap;
+ typedef std::map<DesktopMediaID, uint32_t> ImageHashesMap;
void Refresh() override;

Powered by Google App Engine
This is Rietveld 408576698