Whitespace change to trigger the bots.

BUG=things aren't as green as they should be
TEST=things get greener

Review URL: http://codereview.chromium.org/3125035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57011 0039d316-1c4b-4281-b951-d872f2087c98
parent f1681d0d
// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -82,7 +82,7 @@ bool ExtensionApiTest::RunExtensionTestImpl(const char* extension_name, ...@@ -82,7 +82,7 @@ bool ExtensionApiTest::RunExtensionTestImpl(const char* extension_name,
return false; return false;
} }
// If there is a subtest to load, navigate to teh subtest page. // If there is a subtest to load, navigate to the subtest page.
if (!subtest_page.empty()) { if (!subtest_page.empty()) {
Extension* extension = GetSingleLoadedExtension(); Extension* extension = GetSingleLoadedExtension();
if (!extension) if (!extension)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment