summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webcontentdecryptionmodule_impl.h
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 04:41:50 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 04:41:50 +0000
commit80504655bd84c4d34c31bb5d3d7ae2df1c2de29f (patch)
treebd89741aa47be93927eb2efe55a866b7e2392571 /content/renderer/media/webcontentdecryptionmodule_impl.h
parentbb28d29ac8cb3d1977874beef149fa8ccc323c82 (diff)
downloadchromium_src-80504655bd84c4d34c31bb5d3d7ae2df1c2de29f.zip
chromium_src-80504655bd84c4d34c31bb5d3d7ae2df1c2de29f.tar.gz
chromium_src-80504655bd84c4d34c31bb5d3d7ae2df1c2de29f.tar.bz2
Revert teporary include hacks for WebLocalFrame and use forward declares
BUG=346764 Review URL: https://codereview.chromium.org/238033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/media/webcontentdecryptionmodule_impl.h')
-rw-r--r--content/renderer/media/webcontentdecryptionmodule_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
index ca9c218..63d6de8 100644
--- a/content/renderer/media/webcontentdecryptionmodule_impl.h
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
@@ -11,10 +11,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
#include "third_party/WebKit/public/platform/WebContentDecryptionModule.h"
-// TODO(dcheng): Remove and convert back to a forward declare.
-#include "third_party/WebKit/public/web/WebLocalFrame.h"
namespace blink {
+class WebLocalFrame;
class WebSecurityOrigin;
}