summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/reliability/page_load_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/reliability/page_load_test.cc')
-rw-r--r--chrome_frame/test/reliability/page_load_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc
index 147859b..101af0a 100644
--- a/chrome_frame/test/reliability/page_load_test.cc
+++ b/chrome_frame/test/reliability/page_load_test.cc
@@ -56,7 +56,6 @@
#include "chrome_frame/test/ie_event_sink.h"
#include "chrome_frame/test/reliability/page_load_test.h"
#include "chrome_frame/utils.h"
-#include "components/breakpad/common/breakpad_paths.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/test_browser_thread.h"
#include "net/base/net_util.h"
@@ -333,7 +332,7 @@ class PageLoadTest : public testing::Test {
protected:
virtual void SetUp() {
// Initialize crash_dumps_dir_path_.
- PathService::Get(breakpad::DIR_CRASH_DUMPS, &crash_dumps_dir_path_);
+ PathService::Get(chrome::DIR_CRASH_DUMPS, &crash_dumps_dir_path_);
base::FileEnumerator enumerator(crash_dumps_dir_path_,
false, // not recursive
base::FileEnumerator::FILES);