commit | e222ee0b794f941af4fb1b32fb8224e32942ea7b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 13 14:41:43 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 13 15:24:45 2012 -0800 |
tree | 0b9f5fe6398663c9d871881cf7de28eca8bdfc6f | |
parent | 1aa246dec5abe212f699de1413a0c4a191ca364a [diff] [blame] |
Move stringpiece.h and stringprintf.h to base/. Change-Id: I7f71b4a12f99c5f81771146c66629ae5a947b229
diff --git a/src/base/unix_file/string_file.h b/src/base/unix_file/string_file.h index 4277dc2..8944373 100644 --- a/src/base/unix_file/string_file.h +++ b/src/base/unix_file/string_file.h
@@ -22,8 +22,8 @@ #include <string> #include "base/macros.h" +#include "base/stringpiece.h" #include "base/unix_file/random_access_file.h" -#include "stringpiece.h" namespace unix_file {