Fixed namespace issues
Test Plan:
Trivial fixes.
To test the iterator:
$map = ProjectsMap::fetch('http://devcentral.nasqueron.org'); foreach ($map as $key => $value) { echo "\n$key => $value"; }
Reviewers: dereckson
Differential Revision: http://devcentral.nasqueron.org/D187