I accidentally committed file_version_info.  Since comments were relatively minor, I created a new CL rather than reverting the old one.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@722 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/path_service.h b/base/path_service.h
index bc21e33..1c9f4dc1 100644
--- a/base/path_service.h
+++ b/base/path_service.h
@@ -90,7 +90,7 @@
   static void RegisterProvider(ProviderFunc provider,
                                int key_start,
                                int key_end);
-private:
+ private:
   static bool GetFromCache(int key, std::wstring* path);
   static void AddToCache(int key, const std::wstring& path);