commit | c7c9a1c6c19542a5bbd9ea430dd6125906b62e5f | [log] [tgz] |
---|---|---|
author | Robert Liao <[email protected]> | Wed Oct 18 01:41:31 2017 |
committer | Commit Bot <[email protected]> | Wed Oct 18 01:41:31 2017 |
tree | 770f802e4600392e8290de8b744d6f04489480f9 | |
parent | e2d88405e8a90290f805360456ee330d5d1b6a91 [diff] [blame] |
Convert the C++ Style Guide Away from scoped_comptr.h scoped_comptr.h is going away. BUG=638327 Change-Id: Iedfc41cda41e717eda28f593b129207c3749891e Reviewed-on: https://chromium-review.googlesource.com/724232 Commit-Queue: Robert Liao <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#509647}
diff --git a/styleguide/c++/c++.md b/styleguide/c++/c++.md index 423e0fc..344704d 100644 --- a/styleguide/c++/c++.md +++ b/styleguide/c++/c++.md
@@ -162,7 +162,7 @@ #if defined(OS_WIN) #include <windows.h> - #include "base/win/scoped_comptr.h" + #include "base/win/com_init_util.h" #elif defined(OS_POSIX) #include "base/posix/global_descriptors.h" #endif