diff options
Diffstat (limited to 'base/linux_util.h')
-rw-r--r-- | base/linux_util.h | 3 |
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. |