Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index bf3da73101f984e273786f235f97de0348f277f5..134f7bbd6b76bf996bb9a5f1556e463ebdfd315f 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -243,9 +243,9 @@ static void GLibLogHandler(const gchar* log_domain, |
<< "http://crbug.com/179797"; |
} else if (strstr(message, "Attempting to store changes into") || |
strstr(message, "Attempting to set the permissions of")) { |
- LOG(ERROR) << message << " (http://bugs.chromium.org/161366)"; |
+ LOG(ERROR) << message << " (http://crbug.com/161366)"; |
} else if (strstr(message, "drawable is not a native X11 window")) { |
- LOG(ERROR) << message << " (http://bugs.chromium.org/329991)"; |
+ LOG(ERROR) << message << " (http://crbug.com/329991)"; |
} else if (strstr(message, "Cannot do system-bus activation with no user")) { |
LOG(ERROR) << message << " (http://crbug.com/431005)"; |
} else if (strstr(message, "deprecated")) { |