Chromium Code Reviews| Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h |
| diff --git a/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h b/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h |
| index 61454c625eaf6d1d06240fa5c23ea3f06c3f28e6..736e55d2ad49d56c77dab749c62b58a49f01d967 100644 |
| --- a/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h |
| +++ b/chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h |
| @@ -1,6 +1,6 @@ |
| -// 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_DISPATCHER_HOST_H_ |
| #define CHROME_BROWSER_IN_PROCESS_WEBKIT_DOM_STORAGE_DISPATCHER_HOST_H_ |
| @@ -29,7 +29,7 @@ class DOMStorageDispatcherHost |
| public: |
| // Only call the constructor from the UI thread. |
| DOMStorageDispatcherHost( |
| - ResourceMessageFilter* resource_message_filter_, |
|
Nico
2010/07/31 15:17:46
wow
|
| + ResourceMessageFilter* resource_message_filter, |
| WebKitContext* webkit_context); |
| // Only call from ResourceMessageFilter on the IO thread. |