diff options
Diffstat (limited to 'app/resource_bundle_mac.mm')
-rw-r--r-- | app/resource_bundle_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/resource_bundle_mac.mm b/app/resource_bundle_mac.mm index 1388932..27f0f0d 100644 --- a/app/resource_bundle_mac.mm +++ b/app/resource_bundle_mac.mm @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -6,8 +6,8 @@ #import <Foundation/Foundation.h> +#include "base/basictypes.h" #include "base/file_path.h" -#include "base/logging.h" #include "base/mac_util.h" #include "base/sys_string_conversions.h" #include "skia/ext/skia_utils_mac.h" |