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

Unified Diff: extensions/common/id_util.cc

Issue 16632010: Use a direct include of strings headers in extensions/, google_apis/, gpu/. (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 | « extensions/common/error_utils.cc ('k') | extensions/common/matcher/regex_set_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/id_util.cc
diff --git a/extensions/common/id_util.cc b/extensions/common/id_util.cc
index 5bdeba42aa48436259f0f815ceb700e588d538d3..3b8628ee04c5b1fe78d1213ccac01d0ee452517a 100644
--- a/extensions/common/id_util.cc
+++ b/extensions/common/id_util.cc
@@ -5,8 +5,8 @@
#include "extensions/common/id_util.h"
#include "base/files/file_path.h"
-#include "base/string_number_conversions.h"
-#include "base/string_util.h"
+#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_util.h"
#include "crypto/sha2.h"
namespace {
« no previous file with comments | « extensions/common/error_utils.cc ('k') | extensions/common/matcher/regex_set_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698