Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: chrome/browser/extensions/extension_history_api.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/extensions/extension_function_dispatcher.h ('k') | chrome/browser/extensions/extension_input_ui_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698