| Index: chrome_elf/create_file/chrome_create_file_unittest.cc | 
| diff --git a/chrome_elf/create_file/chrome_create_file_unittest.cc b/chrome_elf/create_file/chrome_create_file_unittest.cc | 
| index 1d5800abdda3772ee2529b7b9eed8bbbcb4aefd0..e25b159fcbe9bd554d3c98cc880735e793a4f174 100644 | 
| --- a/chrome_elf/create_file/chrome_create_file_unittest.cc | 
| +++ b/chrome_elf/create_file/chrome_create_file_unittest.cc | 
| @@ -343,12 +343,6 @@ TEST_F(ChromeCreateFileTest, CheckParams_FILE_FLAG_OPEN_NO_RECALL) { | 
| ResetNtCreateFileCalls(); | 
| } | 
|  | 
| -TEST_F(ChromeCreateFileTest, CanaryTest) { | 
| -  EXPECT_TRUE(IsCanary(L"C:\\Users\\user\\AppData\\Local\\Google\\Chrome SxS")); | 
| -  EXPECT_FALSE(IsCanary(L"C:\\Users\\user\\AppData\\Local\\Google\\Chrome")); | 
| -  EXPECT_FALSE(IsCanary(L"C:\\Users\\user\\AppData\\Local\\Chromium")); | 
| -} | 
| - | 
| TEST_F(ChromeCreateFileTest, BypassTest) { | 
| std::wstring UNC_filepath_file(L"\\\\.\\some_file.txt"); | 
|  | 
|  |