Index: chrome/browser/download/save_package.cc |
=================================================================== |
--- chrome/browser/download/save_package.cc (revision 28217) |
+++ chrome/browser/download/save_package.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2009 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,6 +6,7 @@ |
#include "app/l10n_util.h" |
#include "base/file_util.h" |
+#include "base/i18n/file_util_icu.h" |
#include "base/logging.h" |
#include "base/message_loop.h" |
#include "base/stl_util-inl.h" |