diff options
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r-- | ipc/ipc_message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h index accb2e3..8d367f2 100644 --- a/ipc/ipc_message.h +++ b/ipc/ipc_message.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -16,7 +16,7 @@ #endif #if defined(OS_POSIX) -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #endif namespace base { |