Index: webkit/glue/plugins/pepper_file_system.h |
=================================================================== |
--- webkit/glue/plugins/pepper_file_system.h (revision 60236) |
+++ webkit/glue/plugins/pepper_file_system.h (working copy) |
@@ -5,6 +5,8 @@ |
#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_FILE_SYSTEM_H_ |
#define WEBKIT_GLUE_PLUGINS_PEPPER_FILE_SYSTEM_H_ |
+#include "base/basictypes.h" |
+ |
struct PPB_FileSystem_Dev; |
namespace pepper { |
@@ -14,6 +16,9 @@ |
// Returns a pointer to the interface implementing PPB_FileSystem that is |
// exposed to the plugin. |
static const PPB_FileSystem_Dev* GetInterface(); |
+ |
+ private: |
+ DISALLOW_IMPLICIT_CONSTRUCTORS(FileSystem); |
}; |
} // namespace pepper |