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

Side by Side Diff: content/test/layout_browsertest.h

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « content/shell/shell_browser_context.h ('k') | content/test/layout_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "base/file_path.h" 5 #include "base/file_path.h"
6 #include "base/scoped_temp_dir.h" 6 #include "base/files/scoped_temp_dir.h"
7 #include "content/test/content_browser_test.h" 7 #include "content/test/content_browser_test.h"
8 8
9 class GURL; 9 class GURL;
10 10
11 namespace content { 11 namespace content {
12 class LayoutTestHttpServer; 12 class LayoutTestHttpServer;
13 class WebKitTestController; 13 class WebKitTestController;
14 14
15 class InProcessBrowserLayoutTest : public ContentBrowserTest { 15 class InProcessBrowserLayoutTest : public ContentBrowserTest {
16 public: 16 public:
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 FilePath rebase_result_win_dir_; 52 FilePath rebase_result_win_dir_;
53 int port_; // -2 means no port. -1 means random. 53 int port_; // -2 means no port. -1 means random.
54 scoped_ptr<LayoutTestHttpServer> test_http_server_; 54 scoped_ptr<LayoutTestHttpServer> test_http_server_;
55 55
56 scoped_ptr<WebKitTestController> test_controller_; 56 scoped_ptr<WebKitTestController> test_controller_;
57 57
58 DISALLOW_COPY_AND_ASSIGN(InProcessBrowserLayoutTest); 58 DISALLOW_COPY_AND_ASSIGN(InProcessBrowserLayoutTest);
59 }; 59 };
60 60
61 } // namespace content 61 } // namespace content
OLDNEW
« no previous file with comments | « content/shell/shell_browser_context.h ('k') | content/test/layout_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698