Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 2697b35007df12c0ccea044d54366e7b3b931f9d..672693281579affde61355a52fca57c752d6d311 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -227,8 +227,8 @@ const bool kEnableTouchIcon = false; |
const float kMaxShareOfExtensionProcesses = 0.30f; |
#if defined(OS_LINUX) |
-extern const int kLowestRendererOomScore = 300; |
-extern const int kHighestRendererOomScore = 1000; |
+const int kLowestRendererOomScore = 300; |
+const int kHighestRendererOomScore = 1000; |
#endif |
#if defined(OS_WIN) |