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

Issue 2870012: Fix include path (Closed)

Created:
10 years, 6 months ago by sosa
Modified:
9 years, 6 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git//crash-dumper.git
Visibility:
Public.

Description

Fix include path TEST=Tested with new ebuild.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M crash_dumper.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sosa
10 years, 6 months ago (2010-06-18 00:10:43 UTC) #1
kmixter1
10 years, 6 months ago (2010-06-18 03:42:46 UTC) #2
LGTM

On Thu, Jun 17, 2010 at 5:10 PM,  <sosa@chromium.org> wrote:
> Reviewers: kmixter1,
>
> Description:
> Fix include path
>
> TEST=Tested with new ebuild.
>
> Please review this at http://codereview.chromium.org/2870012/show
>
> SVN Base: ssh://git@chromiumos-git//crash-dumper.git
>
> Affected files:
>  M crash_dumper.cc
>
>
> Index: crash_dumper.cc
> diff --git a/crash_dumper.cc b/crash_dumper.cc
> index
>
52d18d7425d1d538db30bd3b5f157c6e71f0eb67..b437c54e1310add7d9882b3da83f8374325a3e49
> 100644
> --- a/crash_dumper.cc
> +++ b/crash_dumper.cc
> @@ -16,7 +16,7 @@
>  #include "client/linux/handler/exception_handler.h"
>  #include "common/linux/linux_libc_support.h"
>  #include "common/linux/linux_syscall_support.h"
> -#include "crash/crash_dumper.h"
> +#include "crash-dumper/crash_dumper.h"
>
>  // Define sys_mkdir (sys_open passes mode_t as int, so we do too).
>  LSS_INLINE _syscall2(int, mkdir, const char *, pathname, int, mode);
>
>
>

Powered by Google App Engine
This is Rietveld 408576698