| Index: android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java
|
| index 2c5fb181af16489fefe2b7caff264ba93d540534..6da62acbddc7d4d66d71768516ea0af25f7fb37d 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.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.
|
|
|
| @@ -44,14 +44,14 @@ public class SaveRestoreStateTest extends AwTestBase {
|
|
|
| private static final int NUM_NAVIGATIONS = 3;
|
| private static final String TITLES[] = {
|
| - "page 1 title foo",
|
| - "page 2 title bar",
|
| - "page 3 title baz"
|
| + "page 1 title foo",
|
| + "page 2 title bar",
|
| + "page 3 title baz"
|
| };
|
| private static final String PATHS[] = {
|
| - "/p1foo.html",
|
| - "/p2bar.html",
|
| - "/p3baz.html",
|
| + "/p1foo.html",
|
| + "/p2bar.html",
|
| + "/p3baz.html",
|
| };
|
|
|
| private String mUrls[];
|
| @@ -86,7 +86,7 @@ public class SaveRestoreStateTest extends AwTestBase {
|
| }
|
|
|
| private NavigationHistory getNavigationHistoryOnUiThread(
|
| - final TestVars vars) throws Throwable{
|
| + final TestVars vars) throws Throwable {
|
| return runTestOnUiThreadAndGetResult(new Callable<NavigationHistory>() {
|
| @Override
|
| public NavigationHistory call() throws Exception {
|
|
|