| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index c2c6247e82cf72c9a71d7781fbe9af709921d78d..6d39389e84d0014e87e349fcdb78df3a640bfb62 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -49,6 +49,8 @@
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace switches {
|
| const char kPasswordFileForTest[] = "password-file-for-test";
|
| const char kSyncUserForTest[] = "sync-user-for-test";
|
|
|