summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/media')
-rw-r--r--chrome/browser/media/media_stream_capture_indicator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/media/media_stream_capture_indicator.cc b/chrome/browser/media/media_stream_capture_indicator.cc
index 64cc0c9..9332e26 100644
--- a/chrome/browser/media/media_stream_capture_indicator.cc
+++ b/chrome/browser/media/media_stream_capture_indicator.cc
@@ -294,7 +294,7 @@ string16 MediaStreamCaptureIndicator::GetTitle(int render_process_id,
WebContents* tab_content = tab_util::GetWebContentsByID(
render_process_id, render_view_id);
if (!tab_content)
- return NULL;
+ return string16();
string16 tab_title = tab_content->GetTitle();
if (tab_title.empty()) {