Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "content/renderer/rendering_benchmark_results.h" | |
| 6 | |
| 7 namespace content { | |
| 8 RenderingBenchmarkResults::~RenderingBenchmarkResults() { } | |
|
jam
2012/07/23 20:45:58
nit: you can inline the destructor and get rid of
dmurph
2012/07/23 23:25:23
Done.
| |
| 9 } // namespace content | |
| OLD | NEW |