Index: content/common/plugin_carbon_interpose_constants_mac.cc |
=================================================================== |
--- content/common/plugin_carbon_interpose_constants_mac.cc (revision 97969) |
+++ content/common/plugin_carbon_interpose_constants_mac.cc (working copy) |
@@ -10,7 +10,7 @@ |
const char kDYLDInsertLibrariesKey[] = "DYLD_INSERT_LIBRARIES"; |
const char kInterposeLibraryPath[] = |
- "@executable_path/libplugin_carbon_interpose.dylib"; |
+ "@executable_path/../../../libplugin_carbon_interpose.dylib"; |
} // namespace plugin_interpose_strings |