| Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java
|
| index ba3b2b9c7c8ad0a48408eee8bd0d049e31eb306c..555a20ae5b48f823d8bc9b2e50e88a1e031df764 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 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.
|
|
|
| @@ -12,7 +12,7 @@ import android.view.ViewGroup.LayoutParams;
|
| import android.view.WindowManager;
|
| import android.widget.LinearLayout;
|
|
|
| -/*
|
| +/**
|
| * This is a lightweight activity for tests that only require WebView functionality.
|
| */
|
| public class AwTestRunnerActivity extends Activity {
|
|
|