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

Unified Diff: base/win/win_util_unittest.cc

Issue 16320009: Use a direct include of strings headers in base/. (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 | « base/win/win_util.cc ('k') | base/win/wrapped_window_proc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/win_util_unittest.cc
diff --git a/base/win/win_util_unittest.cc b/base/win/win_util_unittest.cc
index b79ed56a0114b427a54703dfe3baa408a4f4b6f5..11536a9e82cb455b8517c64a5df7b73b3fe16c8a 100644
--- a/base/win/win_util_unittest.cc
+++ b/base/win/win_util_unittest.cc
@@ -5,7 +5,7 @@
#include <windows.h>
#include "base/basictypes.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/win/win_util.h"
#include "base/win/windows_version.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « base/win/win_util.cc ('k') | base/win/wrapped_window_proc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698