diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 16:15:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 16:15:40 +0000 |
commit | 36398f0a7e73fd735e9909de4827eee841d9bea6 (patch) | |
tree | ea039ccb8590c00d78f915b4b916c70d8b85f798 /content/renderer/media/webcontentdecryptionmodule_impl.h | |
parent | cc6a2fdd130b1e37dedadf07afb6890e845c7068 (diff) | |
download | chromium_src-36398f0a7e73fd735e9909de4827eee841d9bea6.zip chromium_src-36398f0a7e73fd735e9909de4827eee841d9bea6.tar.gz chromium_src-36398f0a7e73fd735e9909de4827eee841d9bea6.tar.bz2 |
Update the remaining includes of string16.h to its new location.
BUG=247723
TBR=thestig@chromium.org,dbeam@chromium.org,dgrogan@chromium.org,dalecurtis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17397002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/media/webcontentdecryptionmodule_impl.h')
-rw-r--r-- | content/renderer/media/webcontentdecryptionmodule_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h index 80e2079..6c14f5b 100644 --- a/content/renderer/media/webcontentdecryptionmodule_impl.h +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h @@ -5,7 +5,7 @@ #ifndef CONTENT_RENDERER_MEDIA_WEBCONTENTDECRYPTIONMODULE_IMPL_H_ #define CONTENT_RENDERER_MEDIA_WEBCONTENTDECRYPTIONMODULE_IMPL_H_ -#include "base/string16.h" +#include "base/strings/string16.h" #include "third_party/WebKit/public/platform/WebContentDecryptionModule.h" namespace content { |