Index: trunk/src/remoting/host/branding.cc |
=================================================================== |
--- trunk/src/remoting/host/branding.cc (revision 270950) |
+++ trunk/src/remoting/host/branding.cc (working copy) |
@@ -4,7 +4,7 @@ |
#include "remoting/host/branding.h" |
-#include "base/base_paths.h" |
+#include "base/file_util.h" |
#include "base/path_service.h" |
namespace { |
@@ -46,7 +46,7 @@ |
#elif defined(OS_MACOSX) |
PathService::Get(base::DIR_APP_DATA, &app_data_dir); |
#else |
- PathService::Get(base::DIR_HOME, &app_data_dir); |
+ app_data_dir = base::GetHomeDir(); |
#endif |
return app_data_dir.Append(kConfigDir); |