1234567891011121314151617181920212223242526 |
- #ifndef BASE_BASE_PATHS_FUCHSIA_H_
- #define BASE_BASE_PATHS_FUCHSIA_H_
- #include "base/base_export.h"
- #include "base/files/file_path.h"
- namespace base {
- enum {
- PATH_FUCHSIA_START = 1200,
-
- DIR_APP_DATA,
- PATH_FUCHSIA_END,
- };
- }
- #endif
|