From f3a1c64a4d81c412273ed567536f23c2c14813a2 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Tue, 12 Jul 2011 19:15:03 +0000 Subject: Move base/values.h into the base namespace. This includes a cros DEPS roll with a minor change to that code since libcros also uses base/values.h. BUG=88666 TEST=none Review URL: http://codereview.chromium.org/7259019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92208 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_history_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/extensions/extension_history_api.h') 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 -- cgit v1.1