summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_carbon_interpose_constants_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/plugin_carbon_interpose_constants_mac.h')
-rw-r--r--chrome/common/plugin_carbon_interpose_constants_mac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/plugin_carbon_interpose_constants_mac.h b/chrome/common/plugin_carbon_interpose_constants_mac.h
index f90085f..321dd84 100644
--- a/chrome/common/plugin_carbon_interpose_constants_mac.h
+++ b/chrome/common/plugin_carbon_interpose_constants_mac.h
@@ -5,6 +5,8 @@
#ifndef CHROME_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
#define CHROME_COMMON_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_
+#if !defined(__LP64__)
+
// Strings used in setting up Carbon interposing for the plugin process.
namespace plugin_interpose_strings {
@@ -13,4 +15,6 @@ extern const char kInterposeLibraryPath[];
} // namespace plugin_interpose_strings
+#endif // !__LP64__
+
#endif // CHROME_BROWSER_PLUGIN_CARBON_INTERPOSE_CONSTANTS_MAC_H_