Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
logging_proto.h
Go to the documentation of this file.
1 // Copyright 2012 Google Inc.
14 
16 
17 #ifndef PAGESPEED_OPT_LOGGING_LOGGING_PROTO_H_
18 #define PAGESPEED_OPT_LOGGING_LOGGING_PROTO_H_
19 
20 
21 namespace net_instaweb {
22 
23 class BlinkInfo;
24 class CacheHtmlLoggingInfo;
25 class CriticalCssInfo;
26 class DeviceInfo;
27 class FlushEarlyFilterInfo;
28 class FlushEarlyResourceInfo;
29 class ImageRewriteResourceInfo;
30 class LoggingInfo;
31 class MetadataCacheInfo;
32 class PropertyCohortInfo;
33 class PropertyPageInfo;
34 class RewriterInfo;
35 class RewriteStatusCount;
36 class RewriterStats;
37 class RewriteResourceInfo;
38 class TimingInfo;
39 
40 }
41 
42 
43 #endif