| Index: chrome/browser/chromeos/login/mock_auth_response_handler.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/mock_auth_response_handler.h (revision 107484)
|
| +++ chrome/browser/chromeos/login/mock_auth_response_handler.h (working copy)
|
| @@ -14,7 +14,9 @@
|
| #include "net/url_request/url_request_status.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| +namespace content {
|
| class URLFetcher;
|
| +}
|
|
|
| namespace chromeos {
|
|
|
| @@ -37,8 +39,8 @@
|
| MOCK_METHOD2(Handle, content::URLFetcher*(
|
| const std::string& to_process, content::URLFetcherDelegate* catcher));
|
|
|
| - URLFetcher* MockNetwork(std::string data,
|
| - content::URLFetcherDelegate* delegate);
|
| + content::URLFetcher* MockNetwork(std::string data,
|
| + content::URLFetcherDelegate* delegate);
|
|
|
| private:
|
| const GURL remote_;
|
|
|