| Index: content/public/common/url_constants.h
|
| diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
|
| index 9e51257ae05789592564a531bd45706f5dfb164c..78c376fa18e04bb6447f7c65c4980aa417df8031 100644
|
| --- a/content/public/common/url_constants.h
|
| +++ b/content/public/common/url_constants.h
|
| @@ -14,7 +14,7 @@
|
| namespace content {
|
|
|
| // Canonical schemes you can use as input to GURL.SchemeIs().
|
| -// TODO(jam): some of these don't below in the content layer, but are accessed
|
| +// TODO(jam): some of these don't belong in the content layer, but are accessed
|
| // from there.
|
| CONTENT_EXPORT extern const char kChromeDevToolsScheme[];
|
| CONTENT_EXPORT extern const char kChromeUIScheme[]; // Used for WebUIs.
|
|
|