diff options
Diffstat (limited to 'base/file_version_info_mac.h')
-rw-r--r-- | base/file_version_info_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/file_version_info_mac.h b/base/file_version_info_mac.h index d8cb1a6..7c0184a 100644 --- a/base/file_version_info_mac.h +++ b/base/file_version_info_mac.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. @@ -9,7 +9,7 @@ #include <string> #include "base/file_version_info.h" -#include "base/scoped_nsobject.h" +#include "base/memory/scoped_nsobject.h" #ifdef __OBJC__ @class NSBundle; |