Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index 1080c30668ea8006b6138ea007bc09a7b32ced1c..23d0701d757462a932e0ff8130080d874a31d369 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -18,7 +18,7 @@ class FilePath; |
#if defined(USE_X11) |
namespace base { |
-class EnvVarGetter; |
+class Environment; |
} |
#endif |
@@ -78,7 +78,7 @@ class ShellIntegration { |
const string16& extension_app_id); |
#if defined(USE_X11) |
- static bool GetDesktopShortcutTemplate(base::EnvVarGetter* env_getter, |
+ static bool GetDesktopShortcutTemplate(base::Environment* env, |
std::string* output); |
// Returns filename for .desktop file based on |url|, sanitized for security. |