diff options
Diffstat (limited to 'chrome/browser/net/net_log_logger.h')
-rw-r--r-- | chrome/browser/net/net_log_logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/net_log_logger.h b/chrome/browser/net/net_log_logger.h index 2cb88c6..4ea6288b 100644 --- a/chrome/browser/net/net_log_logger.h +++ b/chrome/browser/net/net_log_logger.h @@ -1,4 +1,4 @@ -// 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. @@ -6,7 +6,7 @@ #define CHROME_BROWSER_NET_NET_LOG_LOGGER_H_ #pragma once -#include "base/scoped_handle.h" +#include "base/memory/scoped_handle.h" #include "chrome/browser/net/chrome_net_log.h" class FilePath; |