| Index: courgette/crc.cc
|
| ===================================================================
|
| --- courgette/crc.cc (revision 79229)
|
| +++ courgette/crc.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -7,7 +7,7 @@
|
| #include "courgette/crc.h"
|
|
|
| extern "C" {
|
| -#include "third_party/lzma_sdk/7zCrc.h"
|
| +#include "third_party/lzma_sdk/C/7zCrc.h"
|
| }
|
|
|
| namespace courgette {
|
|
|