summaryrefslogtreecommitdiffstats
path: root/chrome/browser/diagnostics
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r--chrome/browser/diagnostics/recon_diagnostics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/diagnostics/recon_diagnostics.cc b/chrome/browser/diagnostics/recon_diagnostics.cc
index 60e4bae..86666f6 100644
--- a/chrome/browser/diagnostics/recon_diagnostics.cc
+++ b/chrome/browser/diagnostics/recon_diagnostics.cc
@@ -321,7 +321,7 @@ class DiskSpaceTest : public DiagnosticTest {
// Checks that a given json file can be correctly parsed.
class JSONTest : public DiagnosticTest {
public:
- JSONTest(const FilePath& path, const string16 name, int64 max_file_size)
+ JSONTest(const FilePath& path, const string16& name, int64 max_file_size)
: DiagnosticTest(name), path_(path), max_file_size_(max_file_size) {
}