summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/thumbnail_database.h
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 23:04:03 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 23:04:03 +0000
commitdba9bd2161bec9e2c93fcd7450848f4dff6e2a7d (patch)
treecf99d56de832e7e896bde8457d1ab191bbe70b8c /chrome/browser/history/thumbnail_database.h
parent309d43a835d5cee3d197e6a463191cb75dbd7833 (diff)
downloadchromium_src-dba9bd2161bec9e2c93fcd7450848f4dff6e2a7d.zip
chromium_src-dba9bd2161bec9e2c93fcd7450848f4dff6e2a7d.tar.gz
chromium_src-dba9bd2161bec9e2c93fcd7450848f4dff6e2a7d.tar.bz2
Change www.crbug.com (fails) links to crbug.com links (works).
BUG=none TEST=working links TBR=ben@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11437043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/thumbnail_database.h')
-rw-r--r--chrome/browser/history/thumbnail_database.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h
index c6f2208..a95ad10 100644
--- a/chrome/browser/history/thumbnail_database.h
+++ b/chrome/browser/history/thumbnail_database.h
@@ -376,12 +376,12 @@ class ThumbnailDatabase {
// with no index).
bool InitIconMappingIndex();
- // For the purpose of determining how widespread www.crbug.com/151841 is, log
- // in a UMA histogram if the |favicons| database is missing a column. This is
+ // For the purpose of determining how widespread crbug.com/151841 is, log in a
+ // UMA histogram if the |favicons| database is missing a column. This is
// important because the SQLite error code from running SQL statements against
// a database with missing columns is SQLITE_ERROR which is not unique enough
// to act upon.
- // TODO(pkotwicz): remove this function once www.crbug.com/151841 is resolved.
+ // TODO(pkotwicz): remove this function once crbug.com/151841 is resolved.
void LogIfFaviconDBStructureIncorrect();
// Adds a mapping between the given page_url and icon_id; The mapping will be