Index: chromeos/network/network_handler.h |
diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h |
index e3df697cad688d8a0144e4429361cad91f2e4cc9..c7ff8c2dcedd74e06c899ace0a83aec2108fb064 100644 |
--- a/chromeos/network/network_handler.h |
+++ b/chromeos/network/network_handler.h |
@@ -6,9 +6,14 @@ |
#define CHROMEOS_NETWORK_NETWORK_HANDLER_H_ |
#include "base/basictypes.h" |
+#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "chromeos/chromeos_export.h" |
+namespace base { |
+class SequencedTaskRunner; |
+} |
+ |
namespace chromeos { |
class CertLoader; |
@@ -25,6 +30,7 @@ class NetworkStateHandler; |
class CHROMEOS_EXPORT NetworkHandler { |
public: |
// Sets the global instance. Must be called before any calls to Get(). |
+ // |io_task_runner| is used to initialize CertLoader. |
Ryan Sleevi
2013/06/12 20:58:50
changes to this file are no longer necessary.
stevenjb
2013/06/12 21:08:31
Done.
|
static void Initialize(); |
// Destroys the global instance. |