| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_ASH_H_ | 5 #ifndef CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_ASH_H_ |
| 6 #define CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_ASH_H_ | 6 #define CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_ASH_H_ |
| 7 | 7 |
| 8 #include "base/memory/weak_ptr.h" | 8 #include "base/memory/weak_ptr.h" |
| 9 #include "chrome/browser/media/desktop_media_list_base.h" | 9 #include "chrome/browser/media/webrtc/desktop_media_list_base.h" |
| 10 #include "content/public/browser/desktop_media_id.h" | 10 #include "content/public/browser/desktop_media_id.h" |
| 11 | 11 |
| 12 namespace aura { | 12 namespace aura { |
| 13 class Window; | 13 class Window; |
| 14 } | 14 } |
| 15 | 15 |
| 16 namespace gfx { | 16 namespace gfx { |
| 17 class Image; | 17 class Image; |
| 18 } | 18 } |
| 19 | 19 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 44 | 44 |
| 45 int source_types_; | 45 int source_types_; |
| 46 | 46 |
| 47 int pending_window_capture_requests_; | 47 int pending_window_capture_requests_; |
| 48 | 48 |
| 49 base::WeakPtrFactory<DesktopMediaListAsh> weak_factory_; | 49 base::WeakPtrFactory<DesktopMediaListAsh> weak_factory_; |
| 50 | 50 |
| 51 DISALLOW_COPY_AND_ASSIGN(DesktopMediaListAsh); | 51 DISALLOW_COPY_AND_ASSIGN(DesktopMediaListAsh); |
| 52 }; | 52 }; |
| 53 | 53 |
| 54 #endif // CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_ASH_H_ | 54 #endif // CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_ASH_H_ |
| OLD | NEW |