diff options
Diffstat (limited to 'jingle/notifier/base/weak_xmpp_client.h')
-rw-r--r-- | jingle/notifier/base/weak_xmpp_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/base/weak_xmpp_client.h b/jingle/notifier/base/weak_xmpp_client.h index 411e5b9..e74cb2a 100644 --- a/jingle/notifier/base/weak_xmpp_client.h +++ b/jingle/notifier/base/weak_xmpp_client.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @@ -11,8 +11,8 @@ #pragma once #include "base/basictypes.h" +#include "base/memory/weak_ptr.h" #include "base/threading/non_thread_safe.h" -#include "base/weak_ptr.h" #include "talk/xmpp/xmppclient.h" namespace talk_base { |