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

Unified Diff: content/browser/renderer_host/media/video_capture_host.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 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: content/browser/renderer_host/media/video_capture_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index b5dfebcdb715dac034bd340d1af0d1af258bafec..65e275cbe57885b039eddb8a4c2679b2c7544da6 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -75,7 +75,7 @@ class CONTENT_EXPORT VideoCaptureHost
virtual void OnReadyToDelete(const VideoCaptureControllerID& id);
private:
- friend class BrowserThread;
+ friend class content::BrowserThread;
friend class DeleteTask<VideoCaptureHost>;
friend class MockVideoCaptureHost;
friend class VideoCaptureHostTest;

Powered by Google App Engine
This is Rietveld 408576698