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

Unified Diff: net/log/bounded_file_net_log_observer.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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
Index: net/log/bounded_file_net_log_observer.h
diff --git a/net/log/bounded_file_net_log_observer.h b/net/log/bounded_file_net_log_observer.h
index 1939b14a7b4e3039f4348b91a0a8186fc91c14d8..fe670ec11ae7a3459ee210746fcd05b5d3cec7f3 100644
--- a/net/log/bounded_file_net_log_observer.h
+++ b/net/log/bounded_file_net_log_observer.h
@@ -16,6 +16,7 @@
#include "base/threading/thread.h"
#include "base/threading/thread_task_runner_handle.h"
#include "net/log/net_log.h"
+#include "net/log/net_log_capture_mode.h"
namespace base {
class DictionaryValue;
@@ -99,7 +100,7 @@ class NET_EXPORT BoundedFileNetLogObserver : public NetLog::ThreadSafeObserver {
const base::Closure& callback);
// NetLog::ThreadSafeObserver
- void OnAddEntry(const NetLog::Entry& entry) override;
+ void OnAddEntry(const NetLogEntry& entry) override;
private:
class WriteQueue;

Powered by Google App Engine
This is Rietveld 408576698