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

Unified Diff: client/crash_report_database_test.cc

Issue 987383002: Return a FilePath from Settings::file_path() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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 | « no previous file | client/settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crash_report_database_test.cc
diff --git a/client/crash_report_database_test.cc b/client/crash_report_database_test.cc
index 4b7db856a300eb64e068935a835eee9624f38f8e..44fde917f8fec7f12a10c54b39435fdb49881a73 100644
--- a/client/crash_report_database_test.cc
+++ b/client/crash_report_database_test.cc
@@ -17,15 +17,12 @@
#include <sys/stat.h>
#include "build/build_config.h"
+#include "client/settings.h"
#include "gtest/gtest.h"
#include "util/file/file_io.h"
#include "util/test/errors.h"
#include "util/test/scoped_temp_dir.h"
-#if !defined(OS_WIN)
-#include "client/settings.h"
-#endif
-
namespace crashpad {
namespace test {
namespace {
« no previous file with comments | « no previous file | client/settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698