Page Speed Optimization Libraries
1.5.27.2
|
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/message_lite.h" 00025 #include "google/protobuf/repeated_field.h" 00026 00027 namespace net_instaweb { 00028 00030 typedef google::protobuf::io::StringOutputStream StringOutputStream; 00031 typedef google::protobuf::io::ArrayInputStream ArrayInputStream; 00032 00033 namespace protobuf { 00034 00036 using namespace google::protobuf; 00037 00038 } 00039 } 00040 00041 00042 #endif ///< NET_INSTAWEB_UTIL_PUBLIC_PROTO_UTIL_H_