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

Unified Diff: ui/webui/web_ui_util.h

Issue 14272007: Update the remaining include paths of base/string_piece.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « ui/webui/jstemplate_builder.h ('k') | webkit/database/database_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/web_ui_util.h
diff --git a/ui/webui/web_ui_util.h b/ui/webui/web_ui_util.h
index 0dcbee5b7c0c1373ce915147efb19081d94504ea..c1e3635dd81be41aa39e93b4c15ce97d1f0266e6 100644
--- a/ui/webui/web_ui_util.h
+++ b/ui/webui/web_ui_util.h
@@ -7,11 +7,11 @@
#include <string>
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "base/values.h"
#include "ui/base/layout.h"
-#include "ui/base/window_open_disposition.h"
#include "ui/base/ui_export.h"
+#include "ui/base/window_open_disposition.h"
class GURL;
class SkBitmap;
« no previous file with comments | « ui/webui/jstemplate_builder.h ('k') | webkit/database/database_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698