mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Rename WriteToFileNetLogObserver to FileNetLogObserver
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "base/files/scoped_file.h"
|
||||
#include "net/log/net_log.h"
|
||||
#include "net/log/write_to_file_net_log_observer.h"
|
||||
#include "net/log/file_net_log_observer.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
@@ -20,7 +20,7 @@ class NetLog : public net::NetLog {
|
||||
|
||||
private:
|
||||
base::ScopedFILE log_file_;
|
||||
net::WriteToFileNetLogObserver write_to_file_observer_;
|
||||
net::FileNetLogObserver write_to_file_observer_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(NetLog);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user