| Index: third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
|
| diff --git a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5ca6b57ef21d21b89c180c84590ecbf0f96b2bee
|
| --- /dev/null
|
| +++ b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2010 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.
|
| +
|
| +#ifndef GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
|
| +#define GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
|
| +
|
| +#include "base/compiler_specific.h"
|
| +
|
| +#endif // GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
|
|
|