Index: chrome/browser/extensions/api/messaging/native_message_process_host.cc |
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.cc b/chrome/browser/extensions/api/messaging/native_message_process_host.cc |
index 98afbc56e66c2c3f874d1f07b2879c43a8723290..c431811ab6297a1c376b12cebc198203c6a65631 100644 |
--- a/chrome/browser/extensions/api/messaging/native_message_process_host.cc |
+++ b/chrome/browser/extensions/api/messaging/native_message_process_host.cc |
@@ -22,7 +22,7 @@ namespace { |
const int kExitTimeoutMS = 5000; |
const uint32 kMaxMessageDataLength = 10 * 1024 * 1024; |
-const char kNativeHostsDirectoryName[] = "Native Hosts"; |
+const char kNativeHostsDirectoryName[] = "native_hosts"; |
} // namespace |