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

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

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 years, 4 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
OLDNEW
1 // Copyright (c) 2006-2008 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 <string>
10
11 #include "base/message_loop.h" 9 #include "base/message_loop.h"
12 #include "chrome/browser/renderer_host/test/test_render_view_host.h" 10 #include "chrome/browser/renderer_host/test/test_render_view_host.h"
13 #include "chrome/test/test_browser_window.h" 11 #include "chrome/test/test_browser_window.h"
14 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/gtest/include/gtest/gtest.h"
15 13
16 class Browser; 14 class Browser;
17 class GURL; 15 class GURL;
18 class NavigationController; 16 class NavigationController;
19 class TestBrowserWindow; 17 class TestBrowserWindow;
20 class TestingProfile; 18 class TestingProfile;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 scoped_ptr<TestBrowserWindow> window_; 93 scoped_ptr<TestBrowserWindow> window_;
96 scoped_ptr<Browser> browser_; 94 scoped_ptr<Browser> browser_;
97 95
98 MockRenderProcessHostFactory rph_factory_; 96 MockRenderProcessHostFactory rph_factory_;
99 TestRenderViewHostFactory rvh_factory_; 97 TestRenderViewHostFactory rvh_factory_;
100 98
101 DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest); 99 DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest);
102 }; 100 };
103 101
104 #endif // CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_ 102 #endif // CHROME_TEST_BROWSER_WITH_TEST_WINDOW_TEST_H_
OLDNEW
« no previous file with comments | « chrome/test/automation/window_proxy.h ('k') | chrome/test/sync/engine/proto_extension_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698