| Index: content/common/common_param_traits_unittest.cc
|
| diff --git a/content/common/common_param_traits_unittest.cc b/content/common/common_param_traits_unittest.cc
|
| index 432f8f975251b05492a93976fa4c0dcaedf85813..1b4ef7ee6615dea70815ed4a3c520917394820db 100644
|
| --- a/content/common/common_param_traits_unittest.cc
|
| +++ b/content/common/common_param_traits_unittest.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| #include "content/public/common/common_param_traits.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_message_utils.h"
|
| #include "net/base/host_port_pair.h"
|
| @@ -17,6 +16,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "url/gurl.h"
|
|
|
| // Tests that serialize/deserialize correctly understand each other
|
| TEST(IPCMessageTest, Serialize) {
|
|
|