Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410557 | Differences between
and this patch

Collapse All | Expand All

(-)a/ipc/chromium/src/base/file_util.cc (-1 / +1 lines)
Lines 3-19 Link Here
3
// found in the LICENSE file.
3
// found in the LICENSE file.
4
4
5
#include "base/file_util.h"
5
#include "base/file_util.h"
6
6
7
#if defined(OS_WIN)
7
#if defined(OS_WIN)
8
#include <io.h>
8
#include <io.h>
9
#endif
9
#endif
10
#include <stdio.h>
10
#include <stdio.h>
11
#if defined(ANDROID)
11
#if defined(ANDROID) || defined(OS_POSIX)
12
#include <unistd.h>
12
#include <unistd.h>
13
#endif
13
#endif
14
14
15
#include <fstream>
15
#include <fstream>
16
16
17
#include "base/file_path.h"
17
#include "base/file_path.h"
18
#include "base/logging.h"
18
#include "base/logging.h"
19
#include "base/string_util.h"
19
#include "base/string_util.h"

Return to bug 410557