| Index: chrome/browser/history/history_browsertest.cc
|
| diff --git a/chrome/browser/history/history_browsertest.cc b/chrome/browser/history/history_browsertest.cc
|
| index 6f377669369c484a27fe627b39cc6663a9bb3467..3dfc3703fc53636d609c8314ccfa19cb84803b00 100644
|
| --- a/chrome/browser/history/history_browsertest.cc
|
| +++ b/chrome/browser/history/history_browsertest.cc
|
| @@ -16,6 +16,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // Note: WaitableEvent is not used for synchronization between the main thread
|
|
|