Page Speed Optimization Libraries  1.3.25.1
net/instaweb/util/public/string.h
Go to the documentation of this file.
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_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines