Index: chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h (revision 138120) |
+++ chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h (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. |
@@ -7,7 +7,7 @@ |
#pragma once |
#include "base/compiler_specific.h" |
-#include "base/memory/scoped_ptr.h" |
+#include "base/memory/ref_counted.h" |
#include "chrome/browser/chromeos/login/eula_screen_actor.h" |
#include "chrome/browser/chromeos/login/tpm_password_fetcher.h" |
#include "chrome/browser/ui/webui/chromeos/login/base_screen_handler.h" |