summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle_mac.mm
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:47:16 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:47:16 +0000
commitfe52784b32117de90cc6218aa34485ca0bc5ee59 (patch)
tree6a3bb7baab595fcb1bb501c2efcc2b6528e3321e /app/resource_bundle_mac.mm
parent86bf674d74391f0a29e1938dd824ea2ca9518ec4 (diff)
downloadchromium_src-fe52784b32117de90cc6218aa34485ca0bc5ee59.zip
chromium_src-fe52784b32117de90cc6218aa34485ca0bc5ee59.tar.gz
chromium_src-fe52784b32117de90cc6218aa34485ca0bc5ee59.tar.bz2
Fix invisible mac bustage - this must have been skipped in my earlier CL. Correct include line.
TBR=rohitrao Review URL: http://codereview.chromium.org/113014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle_mac.mm')
-rw-r--r--app/resource_bundle_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle_mac.mm b/app/resource_bundle_mac.mm
index d24271c..527fe2f 100644
--- a/app/resource_bundle_mac.mm
+++ b/app/resource_bundle_mac.mm
@@ -6,6 +6,7 @@
#import <Foundation/Foundation.h>
+#include "app/l10n_util.h"
#include "base/base_paths.h"
#include "base/data_pack.h"
#include "base/file_path.h"
@@ -17,7 +18,6 @@
#include "base/string_util.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/gfx/chrome_font.h"
-#include "chrome/common/l10n_util.h"
ResourceBundle::~ResourceBundle() {