| Index: chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.mm b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| index 46f85d597046e8ea9174663438d9bad9869b4990..a0f07e09c50473c85c8948c290006a829fe3736f 100644
|
| --- a/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| +++ b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
|
| @@ -8,6 +8,8 @@
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "content/test/test_browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| CocoaProfileTest::CocoaProfileTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
| profile_manager_(static_cast<TestingBrowserProcess*>(g_browser_process)),
|
|
|