diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 19:10:44 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 19:10:44 +0000 |
commit | 0f26d7b977dd50f034ca7b63b8db5d4cf923dc50 (patch) | |
tree | ecd5da8552b2a3e71d792be8ae406a5978431184 /app | |
parent | 66301488ce3d0df85b1f7424c77a72d97a3bd29f (diff) | |
download | chromium_src-0f26d7b977dd50f034ca7b63b8db5d4cf923dc50.zip chromium_src-0f26d7b977dd50f034ca7b63b8db5d4cf923dc50.tar.gz chromium_src-0f26d7b977dd50f034ca7b63b8db5d4cf923dc50.tar.bz2 |
Remove wstring from l10n_util. Part 5.
BUG=9911
TEST=no visible changes; all tests pass
Review URL: http://codereview.chromium.org/6023012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/l10n_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h index 1e20984..c9d415a 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -27,7 +27,9 @@ // http://crbug.com/9911 . Any functions bracketed by this define are going // away; this define exists to allow compiler assistance in removing their use. +#if defined(TOOLKIT_VIEWS) #define CRBUG_9911_OBSOLETE_GOING_AWAY 1 +#endif namespace l10n_util { |