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

Unified Diff: components/test_runner/test_preferences.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/test_common.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_preferences.h
diff --git a/components/test_runner/test_preferences.h b/components/test_runner/test_preferences.h
index 342dfd151c731a0946e0caf3054cf2c789e0a8f9..9512b9c35d3d3a49fb7f4cdfc26ae46870915be5 100644
--- a/components/test_runner/test_preferences.h
+++ b/components/test_runner/test_preferences.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_TEST_RUNNER_TEST_PREFERENCES_H_
#define COMPONENTS_TEST_RUNNER_TEST_PREFERENCES_H_
+#include "components/test_runner/test_runner_export.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/web/WebSettings.h"
@@ -15,7 +16,7 @@ class WebView;
namespace test_runner {
-struct TestPreferences {
+struct TEST_RUNNER_EXPORT TestPreferences {
int default_font_size;
int minimum_font_size;
bool dom_paste_allowed;
« no previous file with comments | « components/test_runner/test_common.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698