summaryrefslogtreecommitdiffstats
path: root/url/gurl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'url/gurl.cc')
-rw-r--r--url/gurl.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/url/gurl.cc b/url/gurl.cc
index a938fa9..05f65da 100644
--- a/url/gurl.cc
+++ b/url/gurl.cc
@@ -27,8 +27,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "url/gurl.h"
-
#ifdef WIN32
#include <windows.h>
#else
@@ -38,9 +36,11 @@
#include <algorithm>
#include <ostream>
+#include "googleurl/src/gurl.h"
+
#include "base/logging.h"
-#include "url/url_canon_stdstring.h"
-#include "url/url_util.h"
+#include "googleurl/src/url_canon_stdstring.h"
+#include "googleurl/src/url_util.h"
namespace {