| Index: content/common/frame_param.h
|
| diff --git a/build/android/tests/multiple_proguards/src/dummy/DummyActivity.java b/content/common/frame_param.h
|
| similarity index 51%
|
| copy from build/android/tests/multiple_proguards/src/dummy/DummyActivity.java
|
| copy to content/common/frame_param.h
|
| index 291a8100f394307d471d69237eee321c2a5fcc7f..e889aab5aa39148c45bae9fb5d272dc6cd001922 100644
|
| --- a/build/android/tests/multiple_proguards/src/dummy/DummyActivity.java
|
| +++ b/content/common/frame_param.h
|
| @@ -2,13 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package dummy;
|
| +#ifndef CONTENT_COMMON_FRAME_PARAM_H_
|
| +#define CONTENT_COMMON_FRAME_PARAM_H_
|
|
|
| -import android.app.Activity;
|
| -import android.os.Bundle;
|
| +#include "content/common/frame_param_macros.h"
|
|
|
| -/**
|
| - * Dummy activity to build apk.
|
| - */
|
| -public class DummyActivity extends Activity {
|
| -}
|
| +#endif // CONTENT_COMMON_FRAME_PARAM_H_
|
|
|