Albert J. Wong (王重傑)
unread,Oct 4, 2011, 3:26:19 PM10/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Erik Wright, da...@google.com, mpcom...@chromium.org, will...@chromium.org, Chromium-dev
cat base/callback.h base/callback_internal.h | grep '#include'
#include "base/callback_internal.h"
#include "base/template_util.h"
#include <stddef.h>
#include "base/base_export.h"
#include "base/memory/ref_counted.h"
Those are all very stable. Much of the 5442 lines are standard libraries.
Having said that, if people are worried, I think we should just add the forward decl.
That also insulates us from future possible pollution of callback.h and callback_internal.h and discussing further probably costs more than we'd gain. :)
-Albert