diff options
-rw-r--r-- | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc index 9380eaa..8a393fd 100644 --- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc +++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc @@ -67,7 +67,7 @@ class TestCloudPrintURLFetcher : public CloudPrintURLFetcher { }; class CloudPrintURLFetcherTest : public testing::Test, - public CloudPrintURLFetcher::Delegate { + public CloudPrintURLFetcherDelegate { public: CloudPrintURLFetcherTest() : max_retries_(0), fetcher_(NULL) { } |