From 1265917f0c7b19bb242e21111032fb4f35b3767a Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Tue, 12 Aug 2008 17:33:52 +0000 Subject: 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 --- base/path_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/path_service.h') diff --git a/base/path_service.h b/base/path_service.h index bc21e33..1c9f4dc 100644 --- a/base/path_service.h +++ b/base/path_service.h @@ -90,7 +90,7 @@ class PathService { 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); -- cgit v1.1