summaryrefslogtreecommitdiffstats
path: root/base/linux_util.h
diff options
context:
space:
mode:
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.