Index: base/linux_util.h |
diff --git a/base/linux_util.h b/base/linux_util.h |
index 370a65e1c7f679c5b8f6ecb378338505996258fa..1458cfbcf6a62867bd37e920e624d41be94970f0 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. |