| Index: chrome/browser/sync/glue/http_bridge_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/http_bridge_unittest.cc (revision 30247)
|
| +++ chrome/browser/sync/glue/http_bridge_unittest.cc (working copy)
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(BROWSER_SYNC)
|
| -
|
| #include "base/thread.h"
|
| #include "chrome/browser/chrome_thread.h"
|
| #include "chrome/browser/sync/glue/http_bridge.h"
|
| @@ -224,5 +222,3 @@
|
| EXPECT_NE(std::string::npos, response.find("fnord"));
|
| EXPECT_NE(std::string::npos, response.find(test_payload.c_str()));
|
| }
|
| -
|
| -#endif // defined(BROWSER_SYNC)
|
|
|