summaryrefslogtreecommitdiffstats
path: root/chrome/test/browser_with_test_window_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/browser_with_test_window_test.h')
-rw-r--r--chrome/test/browser_with_test_window_test.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/test/browser_with_test_window_test.h b/chrome/test/browser_with_test_window_test.h
index 957e996..150b6e55 100644
--- a/chrome/test/browser_with_test_window_test.h
+++ b/chrome/test/browser_with_test_window_test.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.
@@ -7,17 +7,16 @@
#pragma once
#include "base/message_loop.h"
-#include "chrome/test/testing_browser_process_test.h"
+#include "chrome/browser/ui/browser.h"
#include "chrome/test/test_browser_window.h"
+#include "chrome/test/testing_browser_process_test.h"
+#include "chrome/test/testing_profile.h"
#include "content/browser/browser_thread.h"
#include "content/browser/renderer_host/test_render_view_host.h"
#include "testing/gtest/include/gtest/gtest.h"
-class Browser;
class GURL;
class NavigationController;
-class TestBrowserWindow;
-class TestingProfile;
// Base class for browser based unit tests. BrowserWithTestWindowTest creates a
// Browser with a TestingProfile and TestBrowserWindow. To add a tab use