Hi chromium-dev, The Chromium header files begin with a sentry section that looks like: #ifndef PATH_FILENAME__ #define PATH_FILENAME__
However, the names containing __ are reserved according to the C++ standard and cannot be used. Is that a legacy in the codebase, or should it be fixed? WBR, Alexander Potapenko --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
