summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket_stream')
-rw-r--r--net/socket_stream/socket_stream.h1
-rw-r--r--net/socket_stream/socket_stream_metrics.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h
index 87237f1..edc616f 100644
--- a/net/socket_stream/socket_stream.h
+++ b/net/socket_stream/socket_stream.h
@@ -9,7 +9,6 @@
#include <deque>
#include <map>
#include <string>
-#include <vector>
#include "base/linked_ptr.h"
#include "base/ref_counted.h"
diff --git a/net/socket_stream/socket_stream_metrics.h b/net/socket_stream/socket_stream_metrics.h
index 519b7e7..946a065 100644
--- a/net/socket_stream/socket_stream_metrics.h
+++ b/net/socket_stream/socket_stream_metrics.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -9,8 +9,6 @@
#define NET_SOCKET_STREAM_SOCKET_STREAM_METRICS_H_
#pragma once
-#include <string>
-
#include "base/basictypes.h"
#include "base/time.h"