blob: a24e0f7991ed6a90f34691ea621479a92389badb [file] [log] [blame]
[email protected]2106f5f2014-02-02 05:52:411// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// A handful of resource-like constants related to the ChromeELF.
6
7#ifndef CHROME_ELF_CHROME_ELF_CONSTANTS_H_
8#define CHROME_ELF_CHROME_ELF_CONSTANTS_H_
9
10// directory names
11extern const wchar_t kAppDataDirName[];
12extern const wchar_t kPreferencesFilename[];
13extern const wchar_t kLocalStateFilename[];
14extern const wchar_t kUserDataDirName[];
15
16#endif // CHROME_ELF_CHROME_ELF_CONSTANTS_H_