// Copyright (c) 2011 The Chromium OS 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 EXAMPLE_COMPONENT_H_ | |
#define EXAMPLE_COMPONENT_H_ | |
int component(); | |
#endif // EXAMPLE_COMPONENT_H_ |