Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index 150b8745f40ea5d03a3a68e7f3243631c59cb1d9..8f559b8cfd5ef771329b03fe6a2e834ca5ab23fb 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -30,7 +30,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/string16.h" |
+#include "base/strings/string16.h" |
// This file declares "using base::Value", etc. at the bottom, so that |
// current code can use these classes without the base namespace. In |