Index: chrome/common/extensions/extension_constants.cc |
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc |
index 30925c5f92bc3bbe711873c885d95383aa0ad43a..d08d363759862ebe4938598861aa2c65da6035ce 100644 |
--- a/chrome/common/extensions/extension_constants.cc |
+++ b/chrome/common/extensions/extension_constants.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/macros.h" |
+#include "build/build_config.h" |
#include "chrome/common/extensions/extension_constants.h" |
namespace extension_urls { |
@@ -94,7 +96,7 @@ const char kAppStateReadyToRun[] = "ready_to_run"; |
const char kMediaFileSystemPathPart[] = "_"; |
-const uint8 kWebstoreSignaturesPublicKey[] = { |
+const uint8_t kWebstoreSignaturesPublicKey[] = { |
0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, |
0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, |
0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x8f, 0xfb, 0xbf, |