| Index: chrome/browser/geolocation/geolocation_browsertest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| index 7420eefeaecca0d617f91516ad6a67591b53af92..ceed9bf3b865baa463d4b3eab85edc2c262020de 100644
|
| --- a/chrome/browser/geolocation/geolocation_browsertest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| @@ -29,6 +29,7 @@
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| #include "net/base/net_util.h"
|
| +#include "net/test/test_server.h"
|
|
|
| // Used to block until an iframe is loaded via a javascript call.
|
| // Note: NavigateToURLBlockUntilNavigationsComplete doesn't seem to work for
|
| @@ -330,7 +331,7 @@ class GeolocationBrowserTest : public InProcessBrowserTest {
|
| expected, function, current_browser_->GetSelectedTabContents());
|
| }
|
|
|
| - scoped_refptr<HTTPTestServer> server_;
|
| + scoped_refptr<net::HTTPTestServer> server_;
|
| InfoBarDelegate* infobar_;
|
| Browser* current_browser_;
|
| // path element of a URL referencing the html content for this test.
|
|
|