Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: url/gurl.h

Issue 2798953002: [PageLoadMetrics] Keep track of Ad Sizes on Pages (Closed)
Patch Set: Address comments from PS8 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: url/gurl.h
diff --git a/url/gurl.h b/url/gurl.h
index 74efbb5021e67515fa14738bd315a6338d344daf..fd3274efe2053d8100aead95b5f76207d09a9198 100644
--- a/url/gurl.h
+++ b/url/gurl.h
@@ -52,7 +52,7 @@ class URL_EXPORT GURL {
GURL();
// Copy construction is relatively inexpensive, with most of the time going
- // to reallocating the string. It does not re-parse.
+ // to reallocating the srtcing. It does not re-parse.
Charlie Harrison 2017/04/11 17:30:07 nit: typo
jkarlin 2017/04/13 17:25:30 Done.
GURL(const GURL& other);
GURL(GURL&& other) noexcept;

Powered by Google App Engine
This is Rietveld 408576698