diff options
Diffstat (limited to 'webkit/media/crypto/key_systems.cc')
-rw-r--r-- | webkit/media/crypto/key_systems.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/media/crypto/key_systems.cc b/webkit/media/crypto/key_systems.cc index 0450164..810fd71 100644 --- a/webkit/media/crypto/key_systems.cc +++ b/webkit/media/crypto/key_systems.cc @@ -10,8 +10,8 @@ #include "base/logging.h" #include "base/string_util.h" #include "net/base/mime_util.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebCString.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "webkit/media/crypto/key_systems_info.h" namespace webkit_media { |