diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
commit | 4330ad19ce4e258ee8b3e36930c2265b1df029ab (patch) | |
tree | fd6251dc03ce7f956fa0d58fa74b25e56bc32526 /webkit/activex_shim | |
parent | 0c581e6da36097611f471ed626a26fa2fad3389d (diff) | |
download | chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.zip chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.gz chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in webkit/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/activex_shim')
-rw-r--r-- | webkit/activex_shim/activex_plugin.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_plugin.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_shared.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_shared.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_util.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/activex_util.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/dispatch_object.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/dispatch_object.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/ihtmldocument_impl.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/iwebbrowser_impl.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/npn_scripting.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/npn_scripting.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/npp_impl.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/npp_impl.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/web_activex_container.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/web_activex_container.h | 1 | ||||
-rw-r--r-- | webkit/activex_shim/web_activex_site.cc | 1 | ||||
-rw-r--r-- | webkit/activex_shim/web_activex_site.h | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/webkit/activex_shim/activex_plugin.cc b/webkit/activex_shim/activex_plugin.cc index ae638a3..e033d4c 100644 --- a/webkit/activex_shim/activex_plugin.cc +++ b/webkit/activex_shim/activex_plugin.cc @@ -478,4 +478,3 @@ std::wstring ActiveXPlugin::ResolveURL(const std::wstring& url) { } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_plugin.h b/webkit/activex_shim/activex_plugin.h index 2053c5d..9cbeac2 100644 --- a/webkit/activex_shim/activex_plugin.h +++ b/webkit/activex_shim/activex_plugin.h @@ -101,4 +101,3 @@ class ActiveXPlugin : public DispatchObject { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_PLUGIN_H__ - diff --git a/webkit/activex_shim/activex_shared.cc b/webkit/activex_shim/activex_shared.cc index 965429bc..c5b06a5 100644 --- a/webkit/activex_shim/activex_shared.cc +++ b/webkit/activex_shim/activex_shared.cc @@ -226,4 +226,3 @@ bool IsMimeTypeActiveX(const std::string& mimetype) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_shared.h b/webkit/activex_shim/activex_shared.h index dc99116..9b34dc9 100644 --- a/webkit/activex_shim/activex_shared.h +++ b/webkit/activex_shim/activex_shared.h @@ -64,4 +64,3 @@ bool IsMimeTypeActiveX(const std::string& mimetype); } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_SHARED_H__ - diff --git a/webkit/activex_shim/activex_util.cc b/webkit/activex_shim/activex_util.cc index fbb9125..674c53f 100644 --- a/webkit/activex_shim/activex_util.cc +++ b/webkit/activex_shim/activex_util.cc @@ -468,4 +468,3 @@ wchar_t* CoTaskMemAllocString(const std::wstring& s) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_util.h b/webkit/activex_shim/activex_util.h index 9b1ca88..d49f577 100644 --- a/webkit/activex_shim/activex_util.h +++ b/webkit/activex_shim/activex_util.h @@ -165,4 +165,3 @@ struct ScopedVariant : public VARIANT { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_UTIL_H__ - diff --git a/webkit/activex_shim/dispatch_object.cc b/webkit/activex_shim/dispatch_object.cc index 71dd476..461cea3 100644 --- a/webkit/activex_shim/dispatch_object.cc +++ b/webkit/activex_shim/dispatch_object.cc @@ -288,4 +288,3 @@ bool NPRemoveProperty(NPObject* obj, NPIdentifier name) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/dispatch_object.h b/webkit/activex_shim/dispatch_object.h index ce6b5dc..1dc63a9 100644 --- a/webkit/activex_shim/dispatch_object.h +++ b/webkit/activex_shim/dispatch_object.h @@ -122,4 +122,3 @@ bool NPRemoveProperty(NPObject* npobj, NPIdentifier propertyName); } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_DISPATCH_OBJECT_H__ - diff --git a/webkit/activex_shim/ihtmldocument_impl.h b/webkit/activex_shim/ihtmldocument_impl.h index f5445b0..43897da 100644 --- a/webkit/activex_shim/ihtmldocument_impl.h +++ b/webkit/activex_shim/ihtmldocument_impl.h @@ -481,4 +481,3 @@ class IHTMLDocument2Impl : public IHTMLDocument2 { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_IHTMLDOCUMENT_IMPL_H__ - diff --git a/webkit/activex_shim/iwebbrowser_impl.h b/webkit/activex_shim/iwebbrowser_impl.h index f65b7e7..a2a2430 100644 --- a/webkit/activex_shim/iwebbrowser_impl.h +++ b/webkit/activex_shim/iwebbrowser_impl.h @@ -301,4 +301,3 @@ class IWebBrowser2Impl : public IWebBrowser2 { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_IWEBBROWSER_IMPL_H__ - diff --git a/webkit/activex_shim/npn_scripting.cc b/webkit/activex_shim/npn_scripting.cc index 919745f..203f933 100644 --- a/webkit/activex_shim/npn_scripting.cc +++ b/webkit/activex_shim/npn_scripting.cc @@ -268,4 +268,3 @@ void NPVariantWrap::SetString(const std::wstring& val) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/npn_scripting.h b/webkit/activex_shim/npn_scripting.h index 010e4dd..254828e 100644 --- a/webkit/activex_shim/npn_scripting.h +++ b/webkit/activex_shim/npn_scripting.h @@ -93,4 +93,3 @@ struct NPVariantWrap : public NPVariant { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_NPN_SCRIPTING_H__ - diff --git a/webkit/activex_shim/npp_impl.cc b/webkit/activex_shim/npp_impl.cc index 601ee41..953a3aa 100644 --- a/webkit/activex_shim/npp_impl.cc +++ b/webkit/activex_shim/npp_impl.cc @@ -146,4 +146,3 @@ NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/npp_impl.h b/webkit/activex_shim/npp_impl.h index 3459460..95dab34 100644 --- a/webkit/activex_shim/npp_impl.h +++ b/webkit/activex_shim/npp_impl.h @@ -21,4 +21,3 @@ extern NPNetscapeFuncs* g_browser; } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_NPP_IMPL_H__ - diff --git a/webkit/activex_shim/web_activex_container.cc b/webkit/activex_shim/web_activex_container.cc index cadb97c..60a120c 100644 --- a/webkit/activex_shim/web_activex_container.cc +++ b/webkit/activex_shim/web_activex_container.cc @@ -344,4 +344,3 @@ WebActiveXSite* WebActiveXContainer::GetFirstSite() { } } // namespace activex_shim - diff --git a/webkit/activex_shim/web_activex_container.h b/webkit/activex_shim/web_activex_container.h index fa30dc0..108a7e1 100644 --- a/webkit/activex_shim/web_activex_container.h +++ b/webkit/activex_shim/web_activex_container.h @@ -189,4 +189,3 @@ class WebActiveXContainer : public IOleContainer, } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_WEB_ACTIVEX_CONTAINER_H__ - diff --git a/webkit/activex_shim/web_activex_site.cc b/webkit/activex_shim/web_activex_site.cc index d3b7845..8b26313 100644 --- a/webkit/activex_shim/web_activex_site.cc +++ b/webkit/activex_shim/web_activex_site.cc @@ -665,4 +665,3 @@ HRESULT STDMETHODCALLTYPE WebActiveXSite::LoadObject(LPCOLESTR name, } } // namespace activex_shim - diff --git a/webkit/activex_shim/web_activex_site.h b/webkit/activex_shim/web_activex_site.h index 74ca89b..b3201dc 100644 --- a/webkit/activex_shim/web_activex_site.h +++ b/webkit/activex_shim/web_activex_site.h @@ -223,4 +223,3 @@ class WebActiveXSite : public MinimumIDispatchImpl, } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_WEB_ACTIVEX_SITE_H__ - |