Index: base/path_service.cc |
diff --git a/base/path_service.cc b/base/path_service.cc |
index 17ba0d793e439c80eaa8deca64d72efdca4697c6..1b9d3949300bb9c3286f8f365c8588a4540936fa 100644 |
--- a/base/path_service.cc |
+++ b/base/path_service.cc |
@@ -129,7 +129,7 @@ struct PathData { |
}; |
static PathData* GetPathData() { |
- static auto path_data = new PathData(); |
+ static auto* path_data = new PathData(); |
return path_data; |
} |