| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index bc256ce5e6dbe89e7f4efcebba03f7c734241552..2cc7cfdd5eaacdd305dba1550c6935b4f83bc3a8 100644
|
| --- a/content/browser/download/download_browsertest.cc
|
| +++ b/content/browser/download/download_browsertest.cc
|
| @@ -28,10 +28,10 @@
|
| #include "content/test/content_browser_test_utils.h"
|
| #include "content/test/net/url_request_mock_http_job.h"
|
| #include "content/test/net/url_request_slow_download_job.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/test/spawned_test_server/spawned_test_server.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "url/gurl.h"
|
|
|
| using ::testing::_;
|
| using ::testing::AllOf;
|
|
|