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

Unified Diff: base/test/expectations/expectation.h

Issue 13374002: base: Update the 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, 9 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 | « base/sys_info_chromeos.cc ('k') | base/test/expectations/parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/expectations/expectation.h
diff --git a/base/test/expectations/expectation.h b/base/test/expectations/expectation.h
index d86b08dc454a0dfc8b46705d40014fca9084f600..be5a9d7ff1836eb5dc2ad65fd58c8c2c74b9d327 100644
--- a/base/test/expectations/expectation.h
+++ b/base/test/expectations/expectation.h
@@ -10,7 +10,7 @@
#include "base/base_export.h"
#include "base/compiler_specific.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
namespace test_expectations {
« no previous file with comments | « base/sys_info_chromeos.cc ('k') | base/test/expectations/parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698