Index: base/files/file_path.h |
diff --git a/base/files/file_path.h b/base/files/file_path.h |
index 3a0513d93b316ed08dd647ace19130e8aefe3f54..0c84af6c8551d16a03f63386777b436eb12ec596 100644 |
--- a/base/files/file_path.h |
+++ b/base/files/file_path.h |
@@ -124,11 +124,11 @@ |
#define FILE_PATH_USES_WIN_SEPARATORS |
#endif // OS_WIN |
+namespace base { |
+ |
class Pickle; |
class PickleIterator; |
-namespace base { |
- |
// An abstraction to isolate users from the differences between native |
// pathnames on different platforms. |
class BASE_EXPORT FilePath { |