Index: chrome/browser/extensions/extension.h |
=================================================================== |
--- chrome/browser/extensions/extension.h (revision 10537) |
+++ chrome/browser/extensions/extension.h (working copy) |
@@ -65,7 +65,7 @@ |
static const char* kInvalidPluginsDirError; |
// The number of bytes in a legal id. |
- static const int kIdSize; |
+ static const size_t kIdSize; |
// Creates an absolute url to a resource inside an extension. The |
// |extension_url| argument should be the url() from an Extension object. The |