| Index: base/android/jni_generator/testNatives.golden
|
| diff --git a/base/android/jni_generator/testNatives.golden b/base/android/jni_generator/testNatives.golden
|
| index de109e703d1b209307f6333bc6ef1324495f455e..73d08aa09a5175f1b871910b052292952458cf9d 100644
|
| --- a/base/android/jni_generator/testNatives.golden
|
| +++ b/base/android/jni_generator/testNatives.golden
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 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.
|
|
|
| @@ -14,6 +14,8 @@
|
|
|
| #include "base/android/jni_generator/jni_generator_helper.h"
|
|
|
| +#include "base/android/jni_int_wrapper.h"
|
| +
|
| // Step 1: forward declarations.
|
| namespace {
|
| const char kTestJniClassPath[] = "org/chromium/TestJni";
|
|
|