Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index a95fc5a1ab63ceb019add49efffd8864f22f3d1a..de5da6490eac516d0bef5790cf6ab309ff839548 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -47,7 +47,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
// The browser should always have an accurate mirror of the renderer's |
// notion of the current page id. |
case FrameHostMsg_DidAssignPageId::ID: |
- // Used in layout tests; handled in WebKitTestController. |
+ // Used in layout tests; handled in BlinkTestController. |
case ShellViewHostMsg_PrintMessage::ID: |
return true; |
default: |