aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/test_util2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/test_util2.h')
-rw-r--r--src/google/protobuf/test_util2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/test_util2.h b/src/google/protobuf/test_util2.h
index b1c03772..d729808d 100644
--- a/src/google/protobuf/test_util2.h
+++ b/src/google/protobuf/test_util2.h
@@ -53,7 +53,7 @@ inline ::std::string TranslatePathToOpensource(const ::std::string& google3_path
}
inline ::std::string MaybeTranslatePath(const ::std::string& google3_path) {
- string path = google3_path;
+ std::string path = google3_path;
path = TranslatePathToOpensource(path);
return path;
}