| Index: ppapi/tests/all_cpp_includes.h
|
| diff --git a/ppapi/tests/all_cpp_includes.h b/ppapi/tests/all_cpp_includes.h
|
| index 5860f6570ca70f221b1444f1fcee9cb33e0c9a9d..91862fed494b2919d3ea47f1f006794d17770672 100644
|
| --- a/ppapi/tests/all_cpp_includes.h
|
| +++ b/ppapi/tests/all_cpp_includes.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
| //
|
| @@ -46,6 +46,8 @@
|
| #include "ppapi/cpp/non_thread_safe_ref_count.h"
|
| #include "ppapi/cpp/paint_aggregator.h"
|
| #include "ppapi/cpp/paint_manager.h"
|
| +#include "ppapi/cpp/private/instance_private.cc"
|
| +#include "ppapi/cpp/private/instance_private.h"
|
| #include "ppapi/cpp/point.h"
|
| #include "ppapi/cpp/rect.h"
|
| #include "ppapi/cpp/resource.h"
|
|
|