Fix Case on InitDataResemblesPSSH()

(This is a merge of http://go/wvgerrit/14156)

This was Google-cased, not Android-cased like the rest of the file
it's in.

Change-Id: I79ecf490212428de9a668d49d6feca678379f3ae
This commit is contained in:
John "Juce" Bruce
2015-04-24 15:17:03 -07:00
parent c4d9c1036e
commit 509471b058
2 changed files with 3 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ class WVDrmPlugin : public android::DrmPlugin,
status_t mapOEMCryptoResult(OEMCryptoResult res);
bool InitDataResemblesPSSH(const Vector<uint8_t>& initData);
bool initDataResemblesPSSH(const Vector<uint8_t>& initData);
status_t unprovision(const std::string& origin);