| Index: chrome/browser/chromeos/login/web_page_view.h
 | 
| diff --git a/chrome/browser/chromeos/login/web_page_view.h b/chrome/browser/chromeos/login/web_page_view.h
 | 
| index e219722d6a1f57ebd852e3f7f906106460428613..dc1bdb86cb3b1d3056a0c28ada25eb632e8c3631 100644
 | 
| --- a/chrome/browser/chromeos/login/web_page_view.h
 | 
| +++ b/chrome/browser/chromeos/login/web_page_view.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.
 | 
|  
 | 
| @@ -10,7 +10,7 @@
 | 
|  
 | 
|  #include "base/timer.h"
 | 
|  #include "chrome/browser/tab_contents/tab_contents.h"
 | 
| -#include "chrome/browser/views/dom_view.h"
 | 
| +#include "chrome/browser/ui/views/dom_view.h"
 | 
|  #include "views/view.h"
 | 
|  
 | 
|  class Profile;
 | 
| 
 |