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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceClient.h

Issue 2389643002: Reflow comments in core/fetch (Closed)
Patch Set: update some comments near copyright Created 4 years, 2 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: third_party/WebKit/Source/core/fetch/ResourceClient.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceClient.h b/third_party/WebKit/Source/core/fetch/ResourceClient.h
index f75dd04d45ee58eb8ae5429cff552226b124d8c8..ed983afe67b12e1988f78e55b161e85626dac14c 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceClient.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h
@@ -1,7 +1,8 @@
/*
Copyright (C) 1998 Lars Knoll (knoll@mpi-hd.mpg.de)
Copyright (C) 2001 Dirk Mueller <mueller@kde.org>
- Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
+ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All
+ rights reserved.
Yoav Weiss 2016/10/03 08:52:20 indentation?
Charlie Harrison 2016/10/03 12:36:54 Done.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -18,7 +19,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
- This class provides all functionality needed for loading images, style sheets and html
+ This class provides all functionality needed for loading images, style
+ sheets and html
Yoav Weiss 2016/10/03 08:52:20 indentation
Charlie Harrison 2016/10/03 12:36:54 Done.
pages from the web. It has a memory cache for these objects.
*/

Powered by Google App Engine
This is Rietveld 408576698