Index: chrome/browser/dom_ui/constrained_html_ui_browsertest.cc |
diff --git a/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc b/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc |
index a0221ae86695ee9362bc4fe4b4513c39d4b654ad..6be6693ba34b6a6d1a34b653f45cffad6771ffd6 100644 |
--- a/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc |
+++ b/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc |
@@ -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. |
@@ -6,15 +6,15 @@ |
#include "base/file_path.h" |
#include "base/message_loop.h" |
-#include "chrome/browser/dom_ui/constrained_html_ui.h" |
-#include "chrome/browser/dom_ui/html_dialog_ui.h" |
#include "chrome/browser/renderer_host/render_widget_host_view.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "chrome/browser/webui/constrained_html_ui.h" |
+#include "chrome/browser/webui/html_dialog_ui.h" |
#include "chrome/common/url_constants.h" |
#include "chrome/test/in_process_browser_test.h" |
#include "chrome/test/ui_test_utils.h" |
-#include "testing/gtest/include/gtest/gtest.h" |
#include "testing/gmock/include/gmock/gmock.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
using testing::Eq; |