From c051a1b531d77e7d2eb3afd1dec67e13aab39154 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 21 Jan 2011 23:30:17 +0000 Subject: Move l10n_util to ui/base BUG=none TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_installer_infobar_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc') diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc index e634a55..8a035ed 100644 --- a/chrome/browser/plugin_installer_infobar_delegate.cc +++ b/chrome/browser/plugin_installer_infobar_delegate.cc @@ -4,12 +4,12 @@ #include "chrome/browser/plugin_installer_infobar_delegate.h" -#include "app/l10n_util.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "grit/generated_resources.h" #include "grit/locale_settings.h" #include "grit/theme_resources.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "webkit/plugins/npapi/default_plugin_shared.h" -- cgit v1.1