| Index: chrome/test/chromedriver/net/net_util.cc
|
| ===================================================================
|
| --- chrome/test/chromedriver/net/net_util.cc (revision 181040)
|
| +++ chrome/test/chromedriver/net/net_util.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| return success_;
|
| }
|
|
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) {
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE {
|
| success_ = (source->GetResponseCode() == 200);
|
| if (success_)
|
| success_ = source->GetResponseAsString(response_);
|
|
|