Index: extensions/browser/quota_service_unittest.cc |
diff --git a/extensions/browser/quota_service_unittest.cc b/extensions/browser/quota_service_unittest.cc |
index d9501baa229ab6285c8f0e519d3dd2d617ee191d..8a684c70723cd8551a533de298ea9561233b95d9 100644 |
--- a/extensions/browser/quota_service_unittest.cc |
+++ b/extensions/browser/quota_service_unittest.cc |
@@ -67,7 +67,7 @@ class MockFunction : public ExtensionFunction { |
virtual std::string GetError() const OVERRIDE { return std::string(); } |
virtual void SetError(const std::string& error) OVERRIDE {} |
virtual void Destruct() const OVERRIDE { delete this; } |
- virtual bool RunImpl() OVERRIDE { return true; } |
+ virtual ResponseAction Run() OVERRIDE { return RespondLater(); } |
virtual void SendResponse(bool) OVERRIDE {} |
protected: |