blob: 6a0d1e7780d0c3e32f3f72239914a57dfad1f575 [file] [log] [blame] [edit]
Change 60515892 by hwright@hwright:rosie59388532-0099_Rosie:55887:citc on 2014/01/28 20:43:31
Cleanup: Remove inclusion of base/scoped_ptr.h in files which don't use
scoped_ptr. Testing ensures that these inclusions don't have transitive
dependencies.
This is part of the unique_ptr migration; for more information see
go/unique_ptr-endgame. Contact unique-ptr-migration@ with questions or
concerns.
Tested:
TAP presubmits for global presubmit queue
http://test/OCL:60505594:BASE:60509048:1390961871934:f8075081
PRESUBMIT=passed
R=jiho
CC=rosie-reviews
APPROVED=jiho
DELTA=1 (0 added, 1 deleted, 0 changed)
OCL=60505594
CLEANUP=manage_cl
APPROVALS_REQUIRED=True
MASTER_CL=59388532
Affected files ...
... //depot//src/hunspell/affixmgr.cxx#5 edit
==== //depot//src/hunspell/affixmgr.cxx#4 - /google/src/files/60515892/depot//src/hunspell/affixmgr.cxx ====
--- /google/src/files/58004236/depot//src/hunspell/affixmgr.cxx 2013-12-10 21:21:03.000000000 -0500
+++ /google/src/files/60515892/depot//src/hunspell/affixmgr.cxx 2014-01-28 23:43:31.000000000 -0500
@@ -9,7 +9,6 @@
#include <memory>
#include <vector>
-#include "base/scoped_ptr.h"
#include "affixmgr.hxx"
#include "affentry.hxx"
#include "langnum.hxx"