Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: ppapi/tests/test_crypto.cc

Issue 8879009: In ppapi/tests: |... const*| -> |const ...*| (for consistency). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_char_set.cc ('k') | ppapi/tests/test_cursor_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_crypto.cc
diff --git a/ppapi/tests/test_crypto.cc b/ppapi/tests/test_crypto.cc
index 8371e6180ac372b5b3baa4b806f365efa20295e6..cfeb5a80bab09fd870b8ff29814ab9009bba29ea 100644
--- a/ppapi/tests/test_crypto.cc
+++ b/ppapi/tests/test_crypto.cc
@@ -16,7 +16,7 @@ TestCrypto::TestCrypto(TestingInstance* instance)
}
bool TestCrypto::Init() {
- crypto_interface_ = static_cast<PPB_Crypto_Dev const*>(
+ crypto_interface_ = static_cast<const PPB_Crypto_Dev*>(
pp::Module::Get()->GetBrowserInterface(PPB_CRYPTO_DEV_INTERFACE));
return !!crypto_interface_;
}
« no previous file with comments | « ppapi/tests/test_char_set.cc ('k') | ppapi/tests/test_cursor_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698