| Index: net/spdy/spdy_network_transaction_spdy3_unittest.cc
|
| diff --git a/net/spdy/spdy_network_transaction_spdy3_unittest.cc b/net/spdy/spdy_network_transaction_spdy3_unittest.cc
|
| index 89e5150ded0845e51f84359498230987440d8737..470392034fb03aa26b6a81000545f5962902e100 100644
|
| --- a/net/spdy/spdy_network_transaction_spdy3_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_spdy3_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/scoped_vector.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "net/base/auth.h"
|
| #include "net/base/net_log_unittest.h"
|
| #include "net/base/upload_data.h"
|
| @@ -577,7 +577,7 @@ class SpdyNetworkTransactionSpdy3Test
|
| HttpRequestInfo google_chunked_post_request_;
|
| HttpRequestInfo google_get_push_request_;
|
| SpdyTestStateHelper spdy_state_;
|
| - ScopedTempDir temp_dir_;
|
| + base::ScopedTempDir temp_dir_;
|
| };
|
|
|
| //-----------------------------------------------------------------------------
|
|
|