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

Unified Diff: chrome/browser/ui/webui/task_manager_handler.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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.h ('k') | chrome/browser/ui/webui/textfields_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/task_manager_handler.h
===================================================================
--- chrome/browser/ui/webui/task_manager_handler.h (revision 92173)
+++ chrome/browser/ui/webui/task_manager_handler.h (working copy)
@@ -10,7 +10,9 @@
#include "content/browser/webui/web_ui.h"
#include "chrome/browser/task_manager/task_manager.h"
+namespace base {
class ListValue;
+}
class TaskManagerHandler : public WebUIMessageHandler,
public TaskManagerModelObserver {
@@ -34,11 +36,11 @@
virtual void RegisterMessages() OVERRIDE;
// Callback for the "killProcess" message.
- void HandleKillProcess(const ListValue* args);
+ void HandleKillProcess(const base::ListValue* args);
- void EnableTaskManager(const ListValue* indexes);
- void DisableTaskManager(const ListValue* indexes);
- void OpenAboutMemory(const ListValue* indexes);
+ void EnableTaskManager(const base::ListValue* indexes);
+ void DisableTaskManager(const base::ListValue* indexes);
+ void OpenAboutMemory(const base::ListValue* indexes);
private:
// Models
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.h ('k') | chrome/browser/ui/webui/textfields_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698