Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: base/file_util.h

Issue 8302010: Fix line endings in base/file_util.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file contains utility functions for dealing with the local 5 // This file contains utility functions for dealing with the local
6 // filesystem. 6 // filesystem.
7 7
8 #ifndef BASE_FILE_UTIL_H_ 8 #ifndef BASE_FILE_UTIL_H_
9 #define BASE_FILE_UTIL_H_ 9 #define BASE_FILE_UTIL_H_
10 #pragma once 10 #pragma once
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type); 624 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type);
625 #endif 625 #endif
626 626
627 } // namespace file_util 627 } // namespace file_util
628 628
629 // Deprecated functions have been moved to this separate header file, 629 // Deprecated functions have been moved to this separate header file,
630 // which must be included last after all the above definitions. 630 // which must be included last after all the above definitions.
631 #include "base/file_util_deprecated.h" 631 #include "base/file_util_deprecated.h"
632 632
633 #endif // BASE_FILE_UTIL_H_ 633 #endif // BASE_FILE_UTIL_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698