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

Unified Diff: chrome/browser/extensions/extension_bookmark_manager_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_bookmark_manager_api.h
===================================================================
--- chrome/browser/extensions/extension_bookmark_manager_api.h (revision 92173)
+++ chrome/browser/extensions/extension_bookmark_manager_api.h (working copy)
@@ -12,10 +12,13 @@
#include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
struct BookmarkNodeData;
-class ListValue;
class Profile;
class TabContentsWrapper;
+namespace base {
+class ListValue;
+}
+
// Class that handles the chrome.experimental.bookmarkManager events.
class ExtensionBookmarkManagerEventRouter
: public BookmarkTabHelper::BookmarkDrag {
@@ -39,7 +42,7 @@
private:
// Helper to actually dispatch an event to extension listeners.
- void DispatchEvent(const char* event_name, const ListValue* args);
+ void DispatchEvent(const char* event_name, const base::ListValue* args);
void DispatchDragEvent(const BookmarkNodeData& data, const char* event_name);
« no previous file with comments | « chrome/browser/extensions/extension_bookmark_helpers.h ('k') | chrome/browser/extensions/extension_bookmarks_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698