Chromium Code Reviews| Index: cc/resource_update_queue.cc |
| diff --git a/cc/resource_update_queue.cc b/cc/resource_update_queue.cc |
| index 26a24b3f230b90c20c0c973655c78b6768a8e270..e1cac2a476d771e4e0a64fa61af002389f29ab32 100644 |
| --- a/cc/resource_update_queue.cc |
| +++ b/cc/resource_update_queue.cc |
| @@ -77,4 +77,4 @@ bool ResourceUpdateQueue::hasMoreUpdates() const |
| return m_fullEntries.size() || m_partialEntries.size() || m_copyEntries.size(); |
| } |
| -} |
| +} // namespace cc |