Index: extensions/shell/browser/shell_desktop_controller_aura.cc |
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.cc b/extensions/shell/browser/shell_desktop_controller_aura.cc |
index 36751ec28616b2856203f60a14b81cefb2d53ae2..5f9c7cde3168444aa0d4d537086159ebfa079441 100644 |
--- a/extensions/shell/browser/shell_desktop_controller_aura.cc |
+++ b/extensions/shell/browser/shell_desktop_controller_aura.cc |
@@ -97,7 +97,7 @@ class FillLayout : public aura::LayoutManager { |
}; |
// A class that bridges the gap between CursorManager and Aura. It borrows |
-// heavily from AshNativeCursorManager. |
+// heavily from NativeCursorManagerAsh. |
class ShellNativeCursorManager : public wm::NativeCursorManager { |
public: |
explicit ShellNativeCursorManager(aura::WindowTreeHost* host) |