Rename WriteToFileNetLogObserver to FileNetLogObserver
This commit is contained in:
parent
370476c4af
commit
cf00fc0661
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue