| Index: chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_url_fetcher.h (revision 91508)
|
| +++ chrome/service/cloud_print/cloud_print_url_fetcher.h (working copy)
|
| @@ -11,9 +11,12 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/url_fetcher.h"
|
|
|
| -class DictionaryValue;
|
| class GURL;
|
|
|
| +namespace base {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| namespace net {
|
| class URLRequestStatus;
|
| } // namespace net
|
| @@ -65,7 +68,7 @@
|
| // |succeeded| is the value of the "success" field in the response JSON.
|
| virtual ResponseAction HandleJSONData(const URLFetcher* source,
|
| const GURL& url,
|
| - DictionaryValue* json_data,
|
| + base::DictionaryValue* json_data,
|
| bool succeeded) {
|
| return CONTINUE_PROCESSING;
|
| }
|
|
|