summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_net_log_params_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket_net_log_params_unittest.cc')
-rw-r--r--net/websockets/websocket_net_log_params_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/websockets/websocket_net_log_params_unittest.cc b/net/websockets/websocket_net_log_params_unittest.cc
index 7339962..f3a5751 100644
--- a/net/websockets/websocket_net_log_params_unittest.cc
+++ b/net/websockets/websocket_net_log_params_unittest.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
#include <string>
-#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "base/values.h"
#include "net/websockets/websocket_net_log_params.h"
#include "testing/gtest/include/gtest/gtest.h"