Index: chrome/browser/nacl_host/nacl_process_host.h |
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h |
index eabf06b56b05b2f614cd42d0ecc2b0137433b3ba..c321171e9a5451598ff704140338f333ce59503f 100644 |
--- a/chrome/browser/nacl_host/nacl_process_host.h |
+++ b/chrome/browser/nacl_host/nacl_process_host.h |
@@ -78,7 +78,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
private: |
friend class PluginListener; |
- // Internal class that holds the nacl::Handle objecs so that |
+ // Internal class that holds the NaClHandle objecs so that |
// nacl_process_host.h doesn't include NaCl headers. Needed since it's |
// included by src\content, which can't depend on the NaCl gyp file because it |
// depends on chrome.gyp (circular dependency). |