Add a temporary dummy header file to make an internal refactoring

process go more smoothly.
This commit is contained in:
Joshua Marantz
2016-09-23 11:15:55 -04:00
parent 6bbc3f22ba
commit fb3ef57e90
+6
View File
@@ -0,0 +1,6 @@
// This is a placeholder to allow include-path compatibility with code written
// inside Google.
#ifndef STRINGS_STRINGPIECE_UTILS_H_
#define STRINGS_STRINGPIECE_UTILS_H_
#endif // STRINGS_STRINGPIECE_UTILS_H_