Page Speed Optimization Libraries
1.4.26.1
|
00001 // Copyright 2011 Google Inc. 00014 00016 00017 #ifndef NET_INSTAWEB_UTIL_PUBLIC_PROTO_UTIL_H_ 00018 #define NET_INSTAWEB_UTIL_PUBLIC_PROTO_UTIL_H_ 00019 00020 #include "net/instaweb/util/public/basictypes.h" 00021 00022 00023 #include "google/protobuf/io/zero_copy_stream_impl_lite.h" 00024 #include "google/protobuf/repeated_field.h" 00025 00026 namespace net_instaweb { 00027 00029 typedef google::protobuf::io::StringOutputStream StringOutputStream; 00030 typedef google::protobuf::io::ArrayInputStream ArrayInputStream; 00031 00032 namespace protobuf { 00033 00035 using namespace google::protobuf; 00036 00037 } 00038 } 00039 00040 00041 #endif ///< NET_INSTAWEB_UTIL_PUBLIC_PROTO_UTIL_H_