diff options
Diffstat (limited to 'chrome/browser/extensions/extension_history_api.h')
-rw-r--r-- | chrome/browser/extensions/extension_history_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_history_api.h b/chrome/browser/extensions/extension_history_api.h index d547a46..af57c6b 100644 --- a/chrome/browser/extensions/extension_history_api.h +++ b/chrome/browser/extensions/extension_history_api.h @@ -51,8 +51,8 @@ class HistoryFunction : public AsyncExtensionFunction { 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 |