Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: chrome/test/browser_with_test_window_test.h

Issue 6575009: Move files out of chrome\browser\renderer_host\test alongside their source. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_ 5 #ifndef CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_
6 #define CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_ 6 #define CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/message_loop.h" 9 #include "base/message_loop.h"
10 #include "chrome/browser/browser_thread.h"
11 #include "chrome/browser/renderer_host/test/test_render_view_host.h"
12 #include "chrome/test/test_browser_window.h" 10 #include "chrome/test/test_browser_window.h"
11 #include "content/browser/browser_thread.h"
12 #include "content/browser/renderer_host/test_render_view_host.h"
13 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gtest/include/gtest/gtest.h"
14 14
15 class Browser; 15 class Browser;
16 class GURL; 16 class GURL;
17 class NavigationController; 17 class NavigationController;
18 class TestBrowserWindow; 18 class TestBrowserWindow;
19 class TestingProfile; 19 class TestingProfile;
20 20
21 // Base class for browser based unit tests. BrowserWithTestWindowTest creates a 21 // Base class for browser based unit tests. BrowserWithTestWindowTest creates a
22 // Browser with a TestingProfile and TestBrowserWindow. To add a tab use 22 // Browser with a TestingProfile and TestBrowserWindow. To add a tab use
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 scoped_ptr<TestBrowserWindow> window_; 96 scoped_ptr<TestBrowserWindow> window_;
97 scoped_ptr<Browser> browser_; 97 scoped_ptr<Browser> browser_;
98 98
99 MockRenderProcessHostFactory rph_factory_; 99 MockRenderProcessHostFactory rph_factory_;
100 TestRenderViewHostFactory rvh_factory_; 100 TestRenderViewHostFactory rvh_factory_;
101 101
102 DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest); 102 DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest);
103 }; 103 };
104 104
105 #endif // CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_ 105 #endif // CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/renderer_host/render_process_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698