| Index: chrome_frame/test/test_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_server.cc (revision 54623)
|
| +++ chrome_frame/test/test_server.cc (working copy)
|
| @@ -2,8 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <windows.h>
|
| +#include <objbase.h>
|
| +#include <urlmon.h>
|
| +
|
| #include "base/logging.h"
|
| -#include "base/registry.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
| @@ -362,4 +365,4 @@
|
| options.timeout_);
|
| }
|
|
|
| -} // namespace test_server
|
| +} // namespace test_server
|
|
|