summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 17:53:21 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 17:53:21 +0000
commit0910baea73856b2252130c861a37634d6e2bf0c8 (patch)
treed16a8e3decc325e574420f3b63d41762dc98bfa9 /remoting
parent33bc2bcf876d0833bf7cbe7ca908da6b0c5215d5 (diff)
downloadchromium_src-0910baea73856b2252130c861a37634d6e2bf0c8.zip
chromium_src-0910baea73856b2252130c861a37634d6e2bf0c8.tar.gz
chromium_src-0910baea73856b2252130c861a37634d6e2bf0c8.tar.bz2
Remove base/memory/scoped_handle.h
Move the existing 8 users of ScopedStdioHandle (the only thing in this header) to using ScopedFILE like most other code. Remove the dead references to this header from other files in the codebase. R=rvargas@chromium.org Review URL: https://codereview.chromium.org/324773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/base/vlog_net_log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/base/vlog_net_log.h b/remoting/base/vlog_net_log.h
index 9bbd384..11b14a7 100644
--- a/remoting/base/vlog_net_log.h
+++ b/remoting/base/vlog_net_log.h
@@ -5,7 +5,6 @@
#ifndef REMOTING_BASE_VLOG_NET_LOG_H_
#define REMOTING_BASE_VLOG_NET_LOG_H_
-#include "base/memory/scoped_handle.h"
#include "base/memory/scoped_ptr.h"
#include "net/base/net_log.h"