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

Unified Diff: util/win/process_info_test.cc

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 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 | « util/win/process_info.h ('k') | util/win/scoped_process_suspend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/process_info_test.cc
diff --git a/util/win/process_info_test.cc b/util/win/process_info_test.cc
index 6917ed9eaec56f97031a0e13f540d3aeebd54c7d..7f9b6dac50f3200b68bb8a3984afd7a3006c9408 100644
--- a/util/win/process_info_test.cc
+++ b/util/win/process_info_test.cc
@@ -25,8 +25,8 @@
#include "build/build_config.h"
#include "gtest/gtest.h"
#include "test/errors.h"
-#include "test/scoped_temp_dir.h"
#include "test/paths.h"
+#include "test/scoped_temp_dir.h"
#include "test/win/child_launcher.h"
#include "util/file/file_io.h"
#include "util/misc/random_string.h"
« no previous file with comments | « util/win/process_info.h ('k') | util/win/scoped_process_suspend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698