| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (revision 133676)
|
| +++ chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -9,6 +9,7 @@
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/logging.h"
|
| +#include "base/memory/ref_counted_memory.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/string_piece.h"
|
|
|