| Index: content/test/layout_browsertest.h
|
| diff --git a/content/test/layout_browsertest.h b/content/test/layout_browsertest.h
|
| index 9f9cec9b14a5bf695b83735878f7492e145c393b..00c12136e9bfacad4d59e11a9d8d602e211d2825 100644
|
| --- a/content/test/layout_browsertest.h
|
| +++ b/content/test/layout_browsertest.h
|
| @@ -40,6 +40,8 @@ class InProcessBrowserLayoutTest : public content::ContentBrowserTest {
|
| const GURL& url);
|
| void WriteModifiedFile(const std::string& test_case_file_name,
|
| FilePath* test_path);
|
| + std::string SaveResults(const std::string& expected,
|
| + const std::string& actual);
|
|
|
| FilePath our_original_layout_test_dir_;
|
| FilePath test_parent_dir_;
|
|
|