diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 15:33:32 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 15:33:32 +0000 |
commit | f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc (patch) | |
tree | 12834039330eaf8f2b18b83e57d9f9937f8d09de /chrome/browser/in_process_webkit | |
parent | e0bc50007b8233b5b77b63cc6066b45f89edd1d9 (diff) | |
download | chromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.zip chromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.tar.gz chromium_src-f44f18cee25dd55a14f1df0e99ac2c9e3e9214bc.tar.bz2 |
Fix bad license header under chrome/ directory.
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/2847091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/in_process_webkit')
3 files changed, 11 insertions, 11 deletions
diff --git a/chrome/browser/in_process_webkit/browser_webkitclient_impl.h b/chrome/browser/in_process_webkit/browser_webkitclient_impl.h index 7d8955c..2af9d63 100644 --- a/chrome/browser/in_process_webkit/browser_webkitclient_impl.h +++ b/chrome/browser/in_process_webkit/browser_webkitclient_impl.h @@ -1,6 +1,6 @@ -// Copyright (c) 2009 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_BROWSER_WEBKITCLIENT_IMPL_H_ #define CHROME_BROWSER_IN_PROCESS_WEBKIT_BROWSER_WEBKITCLIENT_IMPL_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 61454c6..736e55d 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_, + ResourceMessageFilter* resource_message_filter, WebKitContext* webkit_context); // Only call from ResourceMessageFilter on the IO thread. diff --git a/chrome/browser/in_process_webkit/dom_storage_namespace.h b/chrome/browser/in_process_webkit/dom_storage_namespace.h index 3baf118..be38e34 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" |