Page Speed Optimization Libraries  1.4.26.1
net/instaweb/system/public/system_rewrite_driver_factory.h
Go to the documentation of this file.
00001 // Copyright 2013 Google Inc.
00016 
00017 #ifndef NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_REWRITE_DRIVER_FACTORY_H_
00018 #define NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_REWRITE_DRIVER_FACTORY_H_
00019 
00020 #include "net/instaweb/rewriter/public/rewrite_driver_factory.h"
00021 
00022 #include "net/instaweb/util/public/basictypes.h"
00023 
00024 namespace net_instaweb {
00025 
00026 class ThreadSystem;
00027 
00029 class SystemRewriteDriverFactory : public RewriteDriverFactory {
00030  public:
00032   explicit SystemRewriteDriverFactory(ThreadSystem* thread_system);
00033 
00034  private:
00035   DISALLOW_COPY_AND_ASSIGN(SystemRewriteDriverFactory);
00036 };
00037 
00038 }  
00039 
00040 #endif  ///< NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_REWRITE_DRIVER_FACTORY_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines