| Index: net/socket/client_socket_pool_base_unittest.cc
|
| diff --git a/net/socket/client_socket_pool_base_unittest.cc b/net/socket/client_socket_pool_base_unittest.cc
|
| index 7188290cd5026d257b8dc38ddf84995635584b82..8021f3218736500c11ad8c71323f5eeb9a98f6f5 100644
|
| --- a/net/socket/client_socket_pool_base_unittest.cc
|
| +++ b/net/socket/client_socket_pool_base_unittest.cc
|
| @@ -563,7 +563,7 @@ class TestClientSocketPool : public ClientSocketPool {
|
| base_.RemoveLayeredPool(pool);
|
| }
|
|
|
| - virtual DictionaryValue* GetInfoAsValue(
|
| + virtual base::DictionaryValue* GetInfoAsValue(
|
| const std::string& name,
|
| const std::string& type,
|
| bool include_nested_pools) const OVERRIDE {
|
|
|