| Index: third_party/cacheinvalidation/overrides/google/cacheinvalidation/googletest.h
|
| diff --git a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/googletest.h b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/googletest.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f24bd564f688012f6f1e07bd95bd9665c43cc80d
|
| --- /dev/null
|
| +++ b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/googletest.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_GOOGLETEST_H_
|
| +#define GOOGLE_CACHEINVALIDATION_GOOGLETEST_H_
|
| +
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +
|
| +#endif // GOOGLE_CACHEINVALIDATION_GOOGLETEST_H_
|
|
|