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

Unified Diff: components/test_runner/gamepad_controller.h

Issue 1169493003: Turn test runner library into an actual component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/app_banner_client.h ('k') | components/test_runner/mock_screen_orientation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/gamepad_controller.h
diff --git a/components/test_runner/gamepad_controller.h b/components/test_runner/gamepad_controller.h
index 52ddb8b5ba9e2d84e4a1b54dfcb0740c646e9c6c..fe32cb3bab5fd41880f15762624a10d6498fdf83 100644
--- a/components/test_runner/gamepad_controller.h
+++ b/components/test_runner/gamepad_controller.h
@@ -8,6 +8,7 @@
#include <map>
#include "base/memory/weak_ptr.h"
+#include "components/test_runner/test_runner_export.h"
#include "third_party/WebKit/public/platform/WebGamepads.h"
namespace blink {
@@ -19,7 +20,8 @@ namespace test_runner {
class WebTestDelegate;
-class GamepadController : public base::SupportsWeakPtr<GamepadController> {
+class TEST_RUNNER_EXPORT GamepadController
+ : public base::SupportsWeakPtr<GamepadController> {
public:
static base::WeakPtr<GamepadController> Create(WebTestDelegate* delegate);
~GamepadController();
« no previous file with comments | « components/test_runner/app_banner_client.h ('k') | components/test_runner/mock_screen_orientation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698