diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/l10n_util.cc | 3 | ||||
-rw-r--r-- | chrome/common/l10n_util_win.cc | 4 | ||||
-rw-r--r-- | chrome/common/l10n_util_win.h | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/chrome/common/l10n_util.cc b/chrome/common/l10n_util.cc index ac2e257..a337208 100644 --- a/chrome/common/l10n_util.cc +++ b/chrome/common/l10n_util.cc @@ -19,9 +19,6 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/resource_bundle.h" -#if defined(OS_WIN) -#include "chrome/views/view.h" -#endif // defined(OS_WIN) // TODO(playmobil): remove this undef once SkPostConfig.h is fixed. // skia/include/corecg/SkPostConfig.h #defines strcasecmp() so we can't use diff --git a/chrome/common/l10n_util_win.cc b/chrome/common/l10n_util_win.cc index 5d85951..25f4918 100644 --- a/chrome/common/l10n_util_win.cc +++ b/chrome/common/l10n_util_win.cc @@ -1,3 +1,7 @@ +// 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. + #include "chrome/common/l10n_util.h" #include "chrome/common/l10n_util_win.h" diff --git a/chrome/common/l10n_util_win.h b/chrome/common/l10n_util_win.h index 733cc2b..16f734f 100644 --- a/chrome/common/l10n_util_win.h +++ b/chrome/common/l10n_util_win.h @@ -1,3 +1,7 @@ +// 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. + #ifndef CHROME_COMMON_L10N_UTIL_WIN_H_ #define CHROME_COMMON_L10N_UTIL_WIN_H_ |