summaryrefslogtreecommitdiffstats
path: root/chrome/browser/local_discovery/privet_http_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/local_discovery/privet_http_unittest.cc')
-rw-r--r--chrome/browser/local_discovery/privet_http_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/local_discovery/privet_http_unittest.cc b/chrome/browser/local_discovery/privet_http_unittest.cc
index 67d8044..c3228d5 100644
--- a/chrome/browser/local_discovery/privet_http_unittest.cc
+++ b/chrome/browser/local_discovery/privet_http_unittest.cc
@@ -354,7 +354,7 @@ class MockRegisterDelegate : public PrivetRegisterOperation::Delegate {
const std::string& action,
PrivetRegisterOperation::FailureReason reason,
int printer_http_code,
- const DictionaryValue* json) OVERRIDE {
+ const base::DictionaryValue* json) OVERRIDE {
// TODO(noamsml): Save and test for JSON?
OnPrivetRegisterErrorInternal(action, reason, printer_http_code);
}