// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIBRARIES_NACL_IO_PEPPER_UNDEF_MACROS_H_
#define LIBRARIES_NACL_IO_PEPPER_UNDEF_MACROS_H_
#undef BEGIN_INTERFACE
#undef END_INTERFACE
#undef METHOD0
#undef METHOD1
#undef METHOD2
#undef METHOD3
#undef METHOD4
#undef METHOD5
#endif // LIBRARIES_NACL_IO_PEPPER_UNDEF_MACROS_H_