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

Unified Diff: chrome/browser/extensions/event_router.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/event_router.h
diff --git a/chrome/browser/extensions/event_router.h b/chrome/browser/extensions/event_router.h
index ad8b72be311e85a5e8d9450a101f9d898ab3044b..32a079cc8f8b2ac7b27dde187d557e152c6f6b47 100644
--- a/chrome/browser/extensions/event_router.h
+++ b/chrome/browser/extensions/event_router.h
@@ -165,7 +165,7 @@ class EventRouter : public content::NotificationObserver,
static void LogExtensionEventMessage(void* profile_id,
const std::string& extension_id,
const std::string& event_name,
- scoped_ptr<ListValue> event_args);
+ scoped_ptr<base::ListValue> event_args);
// TODO(gdk): Document this.
static void DispatchExtensionMessage(

Powered by Google App Engine
This is Rietveld 408576698