diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 07:17:01 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 07:17:01 +0000 |
commit | 21aa9968fcd3ed8fce7ef121367e1e4284ba9376 (patch) | |
tree | 7944e97107d57dc973175b5aa45654c0276c5ca4 /content/renderer/notification_provider.cc | |
parent | ee098aae5963ed369f5be1e1433caa38001e408b (diff) | |
download | chromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.zip chromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.tar.gz chromium_src-21aa9968fcd3ed8fce7ef121367e1e4284ba9376.tar.bz2 |
Use a direct include of strings headers in content/renderer and content/shell.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16756003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/notification_provider.cc')
-rw-r--r-- | content/renderer/notification_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc index 5643617..968afc8 100644 --- a/content/renderer/notification_provider.cc +++ b/content/renderer/notification_provider.cc @@ -4,7 +4,7 @@ #include "content/renderer/notification_provider.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "content/common/desktop_notification_messages.h" #include "content/common/view_messages.h" #include "content/renderer/render_view_impl.h" |