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

Unified Diff: net/spdy/spdy_session.h

Issue 9703098: Remove "base/values.h" import from "base/location.h", fix up downstream files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix one more file on ChromiumOS Created 8 years, 9 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 | « net/socket/mock_client_socket_pool_manager.cc ('k') | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 408245bef95e32b3312f0600ae8c67ccfc311f4e..80e987111fae8b1b0ede53da30838e45b3918e86 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -32,6 +32,10 @@
#include "net/spdy/spdy_protocol.h"
#include "net/spdy/spdy_session_pool.h"
+namespace base {
+class Value;
+}
+
namespace net {
// This is somewhat arbitrary and not really fixed, but it will always work
@@ -711,7 +715,7 @@ class NetLogSpdySessionCloseParameter : public NetLog::EventParameters {
const std::string& description);
int status() const { return status_; }
- virtual Value* ToValue() const OVERRIDE;
+ virtual base::Value* ToValue() const OVERRIDE;
private:
virtual ~NetLogSpdySessionCloseParameter();
« no previous file with comments | « net/socket/mock_client_socket_pool_manager.cc ('k') | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698