| Index: chrome/browser/in_process_webkit/dom_storage_area.h
|
| diff --git a/chrome/browser/in_process_webkit/dom_storage_area.h b/chrome/browser/in_process_webkit/dom_storage_area.h
|
| index 66a763a0bf9fc6f09f03a5618bb74e99cccdd623..7740bb947662dd2e7b5fb8755755fc093a117a1e 100644
|
| --- a/chrome/browser/in_process_webkit/dom_storage_area.h
|
| +++ b/chrome/browser/in_process_webkit/dom_storage_area.h
|
| @@ -6,12 +6,11 @@
|
| #define CHROME_BROWSER_IN_PROCESS_WEBKIT_DOM_STORAGE_AREA_H_
|
| #pragma once
|
|
|
| -#include <string>
|
| -
|
| #include "base/hash_tables.h"
|
| #include "base/nullable_string16.h"
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/string16.h"
|
| #include "chrome/common/dom_storage_common.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebStorageArea.h"
|
|
|