Page Speed Optimization Libraries
1.2.24.1
|
00001 // Copyright 2010 and onwards Google Inc. 00003 00004 #ifndef NET_INSTAWEB_UTIL_PUBLIC_STRING_H_ 00005 #define NET_INSTAWEB_UTIL_PUBLIC_STRING_H_ 00006 00007 #include <string.h> 00008 #include <string> 00009 00010 typedef std::string GoogleString; 00011 00012 #endif ///< NET_INSTAWEB_UTIL_PUBLIC_STRING_H_