diff options
Diffstat (limited to 'chrome/browser/page_state.cc')
-rw-r--r-- | chrome/browser/page_state.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/page_state.cc b/chrome/browser/page_state.cc index c9e253e..26b6daf 100644 --- a/chrome/browser/page_state.cc +++ b/chrome/browser/page_state.cc @@ -2,9 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <string> + #include "base/basictypes.h" #include "base/logging.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/page_state.h" #include "chrome/common/json_value_serializer.h" #include "googleurl/src/gurl.h" |