Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / ios / chrome / browser / ui / file_locations.h
blobddba28e53a5602ae332106f3aa4d748627a5be3b
1 // Copyright 2012 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.
5 #ifndef IOS_CHROME_BROWSER_UI_FILE_LOCATIONS_H_
6 #define IOS_CHROME_BROWSER_UI_FILE_LOCATIONS_H_
8 #include <string>
10 // Returns file name for Terms of Service text localized for the application
11 // locale.
12 std::string GetTermsOfServicePath();
14 #endif // IOS_CHROME_BROWSER_UI_FILE_LOCATIONS_H_