diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 00:49:49 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 00:49:49 +0000 |
commit | 3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9 (patch) | |
tree | 44e904a375941185a9aaf427fb9b3242ce11402a /chrome/common/validation_message_messages.h | |
parent | b95ff9ed7c31295c6a1e45a99ffef2701855ee50 (diff) | |
download | chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.zip chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.gz chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.bz2 |
Use a direct include of strings headers in chrome/common/, part 2.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16579006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/validation_message_messages.h')
-rw-r--r-- | chrome/common/validation_message_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h index 01b6d7f..1c4236e 100644 --- a/chrome/common/validation_message_messages.h +++ b/chrome/common/validation_message_messages.h @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/string16.h" +#include "base/strings/string16.h" #include "ipc/ipc_message_macros.h" #include "ui/gfx/rect.h" |