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

Unified Diff: third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
index 4e36e33a95041689f0c7af11e1918363d49926c3..27f54df417859ce5c98ca9669f5600f6ce830ea5 100644
--- a/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
+++ b/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
@@ -28,12 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <string.h>
#include "base/test/test_suite.h"
#include "platform/wtf/CryptographicallyRandomNumber.h"
#include "platform/wtf/CurrentTime.h"
#include "platform/wtf/WTF.h"
#include "platform/wtf/allocator/Partitions.h"
-#include <string.h>
static double dummyCurrentTime() {
return 0.0;

Powered by Google App Engine
This is Rietveld 408576698