Fix build break
[chromium-blink-merge.git] / content / shell / paths_mac.h
blobb906564c63681b1888f0187f5d19ac084ff3b3e5
1 // Copyright (c) 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 CONTENT_SHELL_PATHS_MAC_H_
6 #define CONTENT_SHELL_PATHS_MAC_H_
8 #include "base/files/file_path.h"
10 // Sets up base::mac::FrameworkBundle.
11 void OverrideFrameworkBundlePath();
13 // Sets up the CHILD_PROCESS_EXE path to properly point to the helper app.
14 void OverrideChildProcessPath();
16 // Gets the path to the content shell's pak file.
17 base::FilePath GetResourcesPakFilePath();
19 #endif // CONTENT_SHELL_PATHS_MAC_H_