summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 23:29:54 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 23:29:54 +0000
commitd0f837d64102812529ed5c90c2d761791e90b522 (patch)
tree98d22dabdeabecece86f5343be9b5395ee5c4377 /chrome_frame
parent41834613fa4ae627781f9912d6e4c2be1e5ec012 (diff)
downloadchromium_src-d0f837d64102812529ed5c90c2d761791e90b522.zip
chromium_src-d0f837d64102812529ed5c90c2d761791e90b522.tar.gz
chromium_src-d0f837d64102812529ed5c90c2d761791e90b522.tar.bz2
Revert r206949 - "Start moving breakpad integration to a component."
I'll use a different approach to move breakpad to a component. > Step 1: move the DIR_CRASH_DUMPS symbol to the component > > BUG=247431 > > Review URL: https://chromiumcodereview.appspot.com/16924012 TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/18277002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-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);