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

Unified Diff: chrome/browser/ui/webui/net_internals_ui.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/ui/webui/net_internals_ui.h
===================================================================
--- chrome/browser/ui/webui/net_internals_ui.h (revision 92173)
+++ chrome/browser/ui/webui/net_internals_ui.h (working copy)
@@ -8,7 +8,9 @@
#include "chrome/browser/ui/webui/chrome_web_ui.h"
+namespace base {
class Value;
+}
class NetInternalsUI : public ChromeWebUI {
public:
@@ -16,7 +18,7 @@
// Returns a Value containing constants NetInternals needs to load a log file.
// Safe to call on any thread. Caller takes ownership of the returned Value.
- static Value* GetConstants();
+ static base::Value* GetConstants();
private:
DISALLOW_COPY_AND_ASSIGN(NetInternalsUI);
« no previous file with comments | « chrome/browser/ui/webui/media_internals/media_internals_handler.cc ('k') | chrome/browser/ui/webui/new_profile_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698