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

Unified Diff: net/base/net_log_logger.h

Issue 324773002: Remove base/memory/scoped_handle.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « net/android/keystore_unittest.cc ('k') | net/socket/ssl_client_socket_openssl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_logger.h
diff --git a/net/base/net_log_logger.h b/net/base/net_log_logger.h
index c827760068d6c5e7890b90ff093e918e34f73a28..3d53f3910d92e857f3948e2d724985b8110a1c9f 100644
--- a/net/base/net_log_logger.h
+++ b/net/base/net_log_logger.h
@@ -7,7 +7,7 @@
#include <stdio.h>
-#include "base/memory/scoped_handle.h"
+#include "base/files/scoped_file.h"
#include "net/base/net_log.h"
namespace base {
@@ -47,7 +47,7 @@ class NET_EXPORT NetLogLogger : public NetLog::ThreadSafeObserver {
static base::DictionaryValue* GetConstants();
private:
- ScopedStdioHandle file_;
+ base::ScopedFILE file_;
// The LogLevel to log at.
NetLog::LogLevel log_level_;
« no previous file with comments | « net/android/keystore_unittest.cc ('k') | net/socket/ssl_client_socket_openssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698