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

Unified Diff: content/browser/renderer_host/text_input_client_mac_unittest.mm

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 months 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
Index: content/browser/renderer_host/text_input_client_mac_unittest.mm
diff --git a/content/browser/renderer_host/text_input_client_mac_unittest.mm b/content/browser/renderer_host/text_input_client_mac_unittest.mm
index 9930b3ef9cebbd7eeb74022022a8af621f98f1f5..6a381d3c028202cc73a6d79aa4df8288139efffc 100644
--- a/content/browser/renderer_host/text_input_client_mac_unittest.mm
+++ b/content/browser/renderer_host/text_input_client_mac_unittest.mm
@@ -90,7 +90,8 @@ class TextInputClientMacTest : public testing::Test {
// object.
class ScopedTestingThread {
public:
- ScopedTestingThread(TextInputClientMacTest* test) : thread_(test->thread_) {
+ explicit ScopedTestingThread(TextInputClientMacTest* test)
+ : thread_(test->thread_) {
thread_.Start();
}
~ScopedTestingThread() {
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc ('k') | content/browser/speech/audio_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698