michael@0: // Copyright (c) 2008 The Chromium Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: michael@0: #ifndef BASE_MAC_UTIL_H_ michael@0: #define BASE_MAC_UTIL_H_ michael@0: michael@0: namespace mac_util { michael@0: michael@0: // Returns true if the application is running from a bundle michael@0: bool AmIBundled(); michael@0: michael@0: } // namespace mac_util michael@0: michael@0: #endif // BASE_MAC_UTIL_H_