Skip to content

Commit

Permalink
Update link to Objective-C style guide.
Browse files Browse the repository at this point in the history
The link in //styleguide to the general Objective-C styleguide was
outdated; this CL updates it to point to the Google github-hosted guide.

Change-Id: Ic78596feb78e3554fb7222d0163b4cad13b44038
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2658645
Reviewed-by: Mark Cogan <marq@chromium.org>
Reviewed-by: Mike Pinkerton <pinkerton@chromium.org>
Auto-Submit: Mark Cogan <marq@chromium.org>
Commit-Queue: Mike Pinkerton <pinkerton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#850257}
  • Loading branch information
marcq authored and Chromium LUCI CQ committed Feb 3, 2021
1 parent a3ff11f commit b492dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styleguide/objective-c/objective-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_For other languages, please see the [Chromium style guides](https://chromium.googlesource.com/chromium/src/+/master/styleguide/styleguide.md)._

Chromium follows the
[Google Objective-C style guide](https://github.com/google/styleguide/blob/gh-pages/objcguide.md)
[Google Objective-C style guide](https://google.github.io/styleguide/objcguide.html)
unless an exception is listed below.

A checkout should give you
Expand Down Expand Up @@ -48,5 +48,5 @@ C++ style.
## #import and #include in the `ios/` directory

#import directive can be used to import C++ and Objective-C headers for all
source code in the `ios/` directory. This differs from Google Objective-C Style
source code in the `ios/` directory. This differs from the Google Objective-C Style
Guide, which requires using #include directive for C++ headers.

0 comments on commit b492dd7

Please sign in to comment.