Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / NavigationHistoryTest.java
index ebf9298..edc329d 100644 (file)
@@ -44,7 +44,7 @@ public class NavigationHistoryTest extends AwTestBase {
         AwContents.setShouldDownloadFavicons();
         mContentsClient = new TestAwContentsClient();
         final AwTestContainerView testContainerView =
-            createAwTestContainerViewOnMainSync(mContentsClient);
+                createAwTestContainerViewOnMainSync(mContentsClient);
         mAwContents = testContainerView.getAwContents();
         mWebServer = TestWebServer.start();
     }