| Index: chrome/browser/local_discovery/privet_http.h
|
| diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
|
| index 62bd5856b5ec77ad775e697c23d0a3ed71e5413c..730c2defe83ce2727e52ff5451916e64089bb42c 100644
|
| --- a/chrome/browser/local_discovery/privet_http.h
|
| +++ b/chrome/browser/local_discovery/privet_http.h
|
| @@ -88,7 +88,7 @@ class PrivetRegisterOperation {
|
| const std::string& action,
|
| FailureReason reason,
|
| int printer_http_code,
|
| - const DictionaryValue* json) = 0;
|
| + const base::DictionaryValue* json) = 0;
|
|
|
| // Called when the registration is done.
|
| virtual void OnPrivetRegisterDone(PrivetRegisterOperation* operation,
|
|
|