| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
|
| index 03db5ad0b8fbaced7ea4fe7d82ffdf56c89d190c..21deb2b5b1dd7f6d2600e2cdb5c2083cd15d99c7 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.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.
|
|
|
| @@ -48,7 +48,7 @@ public class AwTestBase
|
| @Override
|
| public void run() {
|
| AwBrowserProcess.start(context);
|
| - }
|
| + }
|
| });
|
| }
|
| }
|
| @@ -365,7 +365,7 @@ public class AwTestBase
|
| getInstrumentation().runOnMainSync(new Runnable() {
|
| @Override
|
| public void run() {
|
| - awContents.clearCache(includeDiskFiles);
|
| + awContents.clearCache(includeDiskFiles);
|
| }
|
| });
|
| }
|
|
|