| Index: chrome/browser/in_process_webkit/dom_storage_namespace.h
|
| diff --git a/chrome/browser/in_process_webkit/dom_storage_namespace.h b/chrome/browser/in_process_webkit/dom_storage_namespace.h
|
| index 3baf118af744bd8df26890c97bd42dbd84333800..be38e34ef02cbe3426976b76e209e017c73b59d5 100644
|
| --- a/chrome/browser/in_process_webkit/dom_storage_namespace.h
|
| +++ b/chrome/browser/in_process_webkit/dom_storage_namespace.h
|
| @@ -1,14 +1,14 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
|
| -// source code is governed by a BSD-style license that can be found in the
|
| -// LICENSE file.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
|
|
| #ifndef CHROME_BROWSER_IN_PROCESS_WEBKIT_DOM_STORAGE_NAMESPACE_H_
|
| #define CHROME_BROWSER_IN_PROCESS_WEBKIT_DOM_STORAGE_NAMESPACE_H_
|
| #pragma once
|
|
|
| -#include "base/string16.h"
|
| #include "base/hash_tables.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/string16.h"
|
| #include "chrome/common/dom_storage_common.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebString.h"
|
|
|
|
|