| Index: third_party/libaddressinput/chromium/override/basictypes_override.h
|
| diff --git a/third_party/libaddressinput/chromium/override/basictypes_override.h b/third_party/libaddressinput/chromium/override/basictypes_override.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..699bc0ffefe946efc92b32986295b4dae2e6d08c
|
| --- /dev/null
|
| +++ b/third_party/libaddressinput/chromium/override/basictypes_override.h
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2014 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 THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_BASICTYPES_OVERRIDE_H_
|
| +#define THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_BASICTYPES_OVERRIDE_H_
|
| +
|
| +#include "base/basictypes.h"
|
| +
|
| +#endif // THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_BASICTYPES_OVERRIDE_H_
|
|
|