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

Side by Side Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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) 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 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/macros.h"
13 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
14 #include "components/test_runner/test_preferences.h" 15 #include "components/test_runner/test_preferences.h"
15 #include "components/test_runner/web_test_delegate.h" 16 #include "components/test_runner/web_test_delegate.h"
16 #include "content/public/common/page_state.h" 17 #include "content/public/common/page_state.h"
17 #include "content/public/renderer/render_view_observer.h" 18 #include "content/public/renderer/render_view_observer.h"
18 #include "content/public/renderer/render_view_observer_tracker.h" 19 #include "content/public/renderer/render_view_observer_tracker.h"
19 #include "content/shell/common/shell_test_configuration.h" 20 #include "content/shell/common/shell_test_configuration.h"
20 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h" 21 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
21 #include "v8/include/v8.h" 22 #include "v8/include/v8.h"
22 23
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 199
199 scoped_ptr<LeakDetector> leak_detector_; 200 scoped_ptr<LeakDetector> leak_detector_;
200 bool needs_leak_detector_; 201 bool needs_leak_detector_;
201 202
202 DISALLOW_COPY_AND_ASSIGN(BlinkTestRunner); 203 DISALLOW_COPY_AND_ASSIGN(BlinkTestRunner);
203 }; 204 };
204 205
205 } // namespace content 206 } // namespace content
206 207
207 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 208 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
OLDNEW
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_helpers.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698