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

Unified Diff: Source/platform/LayoutTestSupport.h

Issue 25426003: Move LayoutTestSupport.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 3 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 | « Source/core/rendering/RenderThemeChromiumWin.cpp ('k') | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LayoutTestSupport.h
diff --git a/Source/core/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h
similarity index 92%
rename from Source/core/platform/LayoutTestSupport.h
rename to Source/platform/LayoutTestSupport.h
index 48aa2191ad4df5c95768a54a724d1ba8314d5b86..ce59bcb6ded1a67d595d872f5effa89d2ac8921e 100644
--- a/Source/core/platform/LayoutTestSupport.h
+++ b/Source/platform/LayoutTestSupport.h
@@ -31,10 +31,12 @@
#ifndef LayoutTestSupport_h
#define LayoutTestSupport_h
+#include "platform/PlatformExport.h"
+
namespace WebCore {
-bool isRunningLayoutTest();
-void setIsRunningLayoutTest(bool);
+PLATFORM_EXPORT bool isRunningLayoutTest();
+PLATFORM_EXPORT void setIsRunningLayoutTest(bool);
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumWin.cpp ('k') | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698