Index: chrome/browser/extensions/extension_history_api.h |
=================================================================== |
--- chrome/browser/extensions/extension_history_api.h (revision 92173) |
+++ chrome/browser/extensions/extension_history_api.h (working copy) |
@@ -51,8 +51,8 @@ |
virtual void Run(); |
virtual bool RunImpl() = 0; |
- bool GetUrlFromValue(Value* value, GURL* url); |
- bool GetTimeFromValue(Value* value, base::Time* time); |
+ bool GetUrlFromValue(base::Value* value, GURL* url); |
+ bool GetTimeFromValue(base::Value* value, base::Time* time); |
}; |
// Base class for history funciton APIs which require async interaction with |