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

Unified Diff: chrome/browser/net/referrer.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/net/predictor_api.h ('k') | chrome/browser/net/service_providers_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/referrer.h
===================================================================
--- chrome/browser/net/referrer.h (revision 92173)
+++ chrome/browser/net/referrer.h (working copy)
@@ -24,7 +24,9 @@
#include "googleurl/src/gurl.h"
#include "net/base/host_port_pair.h"
+namespace base {
class Value;
+}
namespace chrome_browser_net {
@@ -115,8 +117,8 @@
bool Trim(double reduce_rate, double threshold);
// Provide methods for persisting, and restoring contents into a Value class.
- Value* Serialize() const;
- void Deserialize(const Value& referrers);
+ base::Value* Serialize() const;
+ void Deserialize(const base::Value& referrers);
private:
// Helper function for pruning list. Metric for usefulness is "large accrued
« no previous file with comments | « chrome/browser/net/predictor_api.h ('k') | chrome/browser/net/service_providers_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698