Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: webkit/base/origin_url_conversions.h

Issue 16434010: Use a direct include of strings headers in webkit/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/browser/appcache/appcache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/base/origin_url_conversions.h
diff --git a/webkit/base/origin_url_conversions.h b/webkit/base/origin_url_conversions.h
index 4a3b4a46024f92f4cec41afa186024d7792698dc..5c5619cd9522dc8d456009d173daa16b35792132 100644
--- a/webkit/base/origin_url_conversions.h
+++ b/webkit/base/origin_url_conversions.h
@@ -5,7 +5,7 @@
#ifndef WEBKIT_BASE_ORIGIN_URL_CONVERSIONS_H_
#define WEBKIT_BASE_ORIGIN_URL_CONVERSIONS_H_
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "webkit/base/webkit_base_export.h"
class GURL;
« no previous file with comments | « no previous file | webkit/browser/appcache/appcache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698