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

Unified Diff: content/gpu/gpu_child_thread.h

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
« no previous file with comments | « content/common/quota_dispatcher.cc ('k') | content/plugin/plugin_carbon_interpose_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 65579ad9d3580127e747d0f69657c74122e7a821..9244a69e7c2b5d5a62844c1c20d23e2cc379e9a2 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -34,9 +34,9 @@ class GpuWatchdogThread;
// commands to the GPU.
class GpuChildThread : public ChildThread {
public:
- explicit GpuChildThread(GpuWatchdogThread* gpu_watchdog_thread,
- bool dead_on_arrival,
- const GPUInfo& gpu_info);
+ GpuChildThread(GpuWatchdogThread* gpu_watchdog_thread,
+ bool dead_on_arrival,
+ const GPUInfo& gpu_info);
// For single-process mode.
explicit GpuChildThread(const std::string& channel_id);
« no previous file with comments | « content/common/quota_dispatcher.cc ('k') | content/plugin/plugin_carbon_interpose_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698