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

Unified Diff: user_collector_test.cc

Issue 2819009: Change include paths to reflect new directory. (Closed) Base URL: ssh://git@chromiumos-git//crash-reporter.git
Patch Set: Fix a cpl others Created 10 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 | « user_collector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: user_collector_test.cc
diff --git a/user_collector_test.cc b/user_collector_test.cc
index 6398ce707ea7ae362061dc796dc6502a7124624d..71cce62f4903a7a38cbd2d67e665887068389f7f 100644
--- a/user_collector_test.cc
+++ b/user_collector_test.cc
@@ -6,8 +6,8 @@
#include <gtest/gtest.h>
#include "base/file_util.h"
-#include "crash/system_logging_mock.h"
-#include "crash/user_collector.h"
+#include "crash-reporter/system_logging_mock.h"
+#include "crash-reporter/user_collector.h"
int s_crashes = 0;
bool s_metrics = false;
« no previous file with comments | « user_collector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698