Index: net/disk_cache/simple/simple_net_log_parameters.h |
diff --git a/net/disk_cache/simple/simple_net_log_parameters.h b/net/disk_cache/simple/simple_net_log_parameters.h |
index a8e46ecf2444e7e067d4ccc5f07c209dab2f611f..ac9d003650a1a97d54613261b04dce5ad3094bd7 100644 |
--- a/net/disk_cache/simple/simple_net_log_parameters.h |
+++ b/net/disk_cache/simple/simple_net_log_parameters.h |
@@ -5,7 +5,7 @@ |
#ifndef NET_DISK_CACHE_SIMPLE_NET_LOG_PARAMETERS_H_ |
#define NET_DISK_CACHE_SIMPLE_NET_LOG_PARAMETERS_H_ |
-#include "net/log/net_log.h" |
+#include "net/log/net_log_parameters_callback.h" |
// This file augments the functions in net/disk_cache/net_log_parameters.h to |
// include ones that deal with specifics of the Simple Cache backend. |
@@ -16,14 +16,14 @@ class SimpleEntryImpl; |
// Creates a NetLog callback that returns parameters for the construction of a |
// SimpleEntryImpl. Contains the entry's hash. |entry| can't be NULL and must |
// outlive the returned callback. |
-net::NetLog::ParametersCallback CreateNetLogSimpleEntryConstructionCallback( |
+net::NetLogParametersCallback CreateNetLogSimpleEntryConstructionCallback( |
const SimpleEntryImpl* entry); |
// Creates a NetLog callback that returns parameters for the result of calling |
// |CreateEntry| or |OpenEntry| on a SimpleEntryImpl. Contains the |net_error| |
// and, if successful, the entry's key. |entry| can't be NULL and must outlive |
// the returned callback. |
-net::NetLog::ParametersCallback CreateNetLogSimpleEntryCreationCallback( |
+net::NetLogParametersCallback CreateNetLogSimpleEntryCreationCallback( |
const SimpleEntryImpl* entry, |
int net_error); |