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

Unified Diff: cc/worker_pool.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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: cc/worker_pool.cc
diff --git a/cc/worker_pool.cc b/cc/worker_pool.cc
index e2c2af4c29dd33b28c4e179d89479bcb19b2f204..d3e1ec25d9a494c9ef6a9d1d0f95927f7047a2ae 100644
--- a/cc/worker_pool.cc
+++ b/cc/worker_pool.cc
@@ -67,7 +67,7 @@ class WorkerPool::Inner : public base::DelegateSimpleThread::Delegate {
size_t num_threads,
const std::string& thread_name_prefix,
bool need_on_task_completed_callback);
- ~Inner();
+ virtual ~Inner();
void Shutdown();
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.cc ('k') | chrome/browser/autofill/autofill_external_delegate_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698