| Index: chrome/browser/shell_integration_unittest.cc
|
| diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc
|
| index 274537fc827169eb959fca41beb4164f4c61b747..bb2827493089f3fabf6a146332e805f5cba13fa6 100644
|
| --- a/chrome/browser/shell_integration_unittest.cc
|
| +++ b/chrome/browser/shell_integration_unittest.cc
|
| @@ -78,7 +78,7 @@ TEST(ShellIntegrationTest, GetExistingShortcutLocations) {
|
| base::FilePath kTemplateFilepath(kTemplateFilename);
|
| const char kNoDisplayDesktopFile[] = "[Desktop Entry]\nNoDisplay=true";
|
|
|
| - MessageLoop message_loop;
|
| + base::MessageLoop message_loop;
|
| content::TestBrowserThread file_thread(BrowserThread::FILE, &message_loop);
|
|
|
| // No existing shortcuts.
|
| @@ -192,7 +192,7 @@ TEST(ShellIntegrationTest, GetExistingShortcutContents) {
|
| const char kTestData1[] = "a magical testing string";
|
| const char kTestData2[] = "a different testing string";
|
|
|
| - MessageLoop message_loop;
|
| + base::MessageLoop message_loop;
|
| content::TestBrowserThread file_thread(BrowserThread::FILE, &message_loop);
|
|
|
| // Test that it searches $XDG_DATA_HOME/applications.
|
|
|