summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/message_loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/message_loop.h b/base/message_loop.h
index 6bb7395..9fdbbc0 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -411,7 +411,6 @@ class MessageLoop {
void Push(Task* task);
Task* Pop(); // Extract the next Task from the queue, and return it.
bool Empty() const { return !first_; }
- friend void std::swap<TaskQueue>(TaskQueue&, TaskQueue&);
private:
Task* first_;
Task* last_;