summaryrefslogtreecommitdiffstats
path: root/base/linux_util.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-15 20:40:17 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-15 20:40:17 +0000
commit11991c3c0937980ac8934a97e7dfb39a68c9fdfe (patch)
tree5329a5fc4dfa5f8049670dbf82146a3a3fd3baf1 /base/linux_util.h
parent6278e373813049242dcd5da1c9cf7dd7477d4dff (diff)
downloadchromium_src-11991c3c0937980ac8934a97e7dfb39a68c9fdfe.zip
chromium_src-11991c3c0937980ac8934a97e7dfb39a68c9fdfe.tar.gz
chromium_src-11991c3c0937980ac8934a97e7dfb39a68c9fdfe.tar.bz2
GTK: Improve xfce detection.
On Hardy, the DESKTOP_SESSION environment variable is "xfce4" but on Karmic, it is "xfce" BUG=none TEST=none Review URL: http://codereview.chromium.org/1572042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/linux_util.h')
-rw-r--r--base/linux_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/linux_util.h b/base/linux_util.h
index 370a65e..1458cfb 100644
--- a/base/linux_util.h
+++ b/base/linux_util.h
@@ -10,11 +10,12 @@
#include <string>
-class EnvVarGetter;
class FilePath;
namespace base {
+class EnvVarGetter;
+
static const char kFindInodeSwitch[] = "--find-inode";
// Makes a copy of |pixels| with the ordering changed from BGRA to RGBA.