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

Unified Diff: chrome/browser/extensions/activity_log/api_actions.h

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/activity_log/api_actions.h
diff --git a/chrome/browser/extensions/activity_log/api_actions.h b/chrome/browser/extensions/activity_log/api_actions.h
index c56ed6a393332b589bf39e8bc07271442c31c0c4..70a16a7200f32713e03a7c27e6cc66c7575534e9 100644
--- a/chrome/browser/extensions/activity_log/api_actions.h
+++ b/chrome/browser/extensions/activity_log/api_actions.h
@@ -55,7 +55,7 @@ class APIAction : public Action {
// the original int. There is a small chance that the URL translation could
// be wrong, if the tab has already been navigated by the time of invocation.
static void LookupTabId(const std::string& api_call,
- ListValue* args,
+ base::ListValue* args,
Profile* profile);
// Print a APIAction as a regular string for debugging purposes.

Powered by Google App Engine
This is Rietveld 408576698