Index: sync/internal_api/public/base_node.h |
diff --git a/sync/internal_api/public/base_node.h b/sync/internal_api/public/base_node.h |
index 51cc30c89f7db5259abcbe546b0c15dae0728c98..4f285dc68e3f7ab61515244fa412259355d4b85b 100644 |
--- a/sync/internal_api/public/base_node.h |
+++ b/sync/internal_api/public/base_node.h |
@@ -12,10 +12,10 @@ |
#include "base/gtest_prod_util.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/time/time.h" |
-#include "googleurl/src/gurl.h" |
#include "sync/base/sync_export.h" |
#include "sync/internal_api/public/base/model_type.h" |
#include "sync/protocol/sync.pb.h" |
+#include "url/gurl.h" |
// Forward declarations of internal class types so that sync API objects |
// may have opaque pointers to these types. |