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/glue/plugins/test | |
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/glue/plugins/test')
24 files changed, 0 insertions, 34 deletions
diff --git a/webkit/glue/plugins/test/npapi_constants.cc b/webkit/glue/plugins/test/npapi_constants.cc index 9130f4f..75cc68f 100644 --- a/webkit/glue/plugins/test/npapi_constants.cc +++ b/webkit/glue/plugins/test/npapi_constants.cc @@ -8,4 +8,3 @@ namespace NPAPIClient { const char kTestCompleteCookie[] = "status"; const char kTestCompleteSuccess[] = "OK"; } - diff --git a/webkit/glue/plugins/test/npapi_constants.h b/webkit/glue/plugins/test/npapi_constants.h index 22b9de0..6570c35 100644 --- a/webkit/glue/plugins/test/npapi_constants.h +++ b/webkit/glue/plugins/test/npapi_constants.h @@ -17,4 +17,3 @@ extern const char kTestCompleteCookie[]; extern const char kTestCompleteSuccess[]; } #endif // WEBKIT_PORT_PLUGINS_TEST_NPAPI_CONSTANTS_H__ - diff --git a/webkit/glue/plugins/test/plugin_arguments_test.cc b/webkit/glue/plugins/test/plugin_arguments_test.cc index 00f8edf..ee6d2c0 100644 --- a/webkit/glue/plugins/test/plugin_arguments_test.cc +++ b/webkit/glue/plugins/test/plugin_arguments_test.cc @@ -66,4 +66,3 @@ NPError PluginArgumentsTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_arguments_test.h b/webkit/glue/plugins/test/plugin_arguments_test.h index 25e9354..aa05f19 100644 --- a/webkit/glue/plugins/test/plugin_arguments_test.h +++ b/webkit/glue/plugins/test/plugin_arguments_test.h @@ -41,5 +41,3 @@ class PluginArgumentsTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_ARGUMENTS_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_client.cc b/webkit/glue/plugins/test/plugin_client.cc index b7158ce..e9cad4e 100644 --- a/webkit/glue/plugins/test/plugin_client.cc +++ b/webkit/glue/plugins/test/plugin_client.cc @@ -288,4 +288,3 @@ void* NPP_GetJavaClass(void) { return NULL; } } // extern "C" - diff --git a/webkit/glue/plugins/test/plugin_client.h b/webkit/glue/plugins/test/plugin_client.h index eb16196..bfe0306 100644 --- a/webkit/glue/plugins/test/plugin_client.h +++ b/webkit/glue/plugins/test/plugin_client.h @@ -43,5 +43,3 @@ class PluginClient { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_CLIENT_H__ - - diff --git a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc index 6fad3a8..761ad3e 100644 --- a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc +++ b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc @@ -40,4 +40,3 @@ NPError DeletePluginInStreamTest::NewStream(NPMIMEType type, NPStream* stream, } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h index 60413cb..418e976 100644 --- a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h +++ b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h @@ -28,5 +28,3 @@ class DeletePluginInStreamTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_DELETE_PLUGIN_IN_STREAM_TEST_H - - diff --git a/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc b/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc index b71ded7..1087fc3 100644 --- a/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc +++ b/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc @@ -56,4 +56,3 @@ int16 ExecuteScriptDeleteTest::HandleEvent(void* event) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_execute_script_delete_test.h b/webkit/glue/plugins/test/plugin_execute_script_delete_test.h index 92a1d04..2830fa1 100644 --- a/webkit/glue/plugins/test/plugin_execute_script_delete_test.h +++ b/webkit/glue/plugins/test/plugin_execute_script_delete_test.h @@ -26,5 +26,3 @@ class ExecuteScriptDeleteTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_EXECUTE_SCRIPT_DELETE_TEST_H - - diff --git a/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc b/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc index 054c3d2..74d01f1 100644 --- a/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc +++ b/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc @@ -116,4 +116,3 @@ void ExecuteGetJavascriptUrlTest::URLNotify(const char* url, NPReason reason, vo } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_get_javascript_url_test.h b/webkit/glue/plugins/test/plugin_get_javascript_url_test.h index 3a63cc4..cff6775 100644 --- a/webkit/glue/plugins/test/plugin_get_javascript_url_test.h +++ b/webkit/glue/plugins/test/plugin_get_javascript_url_test.h @@ -35,5 +35,3 @@ class ExecuteGetJavascriptUrlTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H - - diff --git a/webkit/glue/plugins/test/plugin_geturl_test.cc b/webkit/glue/plugins/test/plugin_geturl_test.cc index 8f56521..d584ae3 100644 --- a/webkit/glue/plugins/test/plugin_geturl_test.cc +++ b/webkit/glue/plugins/test/plugin_geturl_test.cc @@ -234,4 +234,3 @@ void PluginGetURLTest::URLNotify(const char* url, NPReason reason, void* data) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_geturl_test.h b/webkit/glue/plugins/test/plugin_geturl_test.h index c6b8d83..7aaa3b8 100644 --- a/webkit/glue/plugins/test/plugin_geturl_test.h +++ b/webkit/glue/plugins/test/plugin_geturl_test.h @@ -45,5 +45,3 @@ class PluginGetURLTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_GETURL_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_new_fails_test.cc b/webkit/glue/plugins/test/plugin_new_fails_test.cc index 9d0f541..2feeec6 100644 --- a/webkit/glue/plugins/test/plugin_new_fails_test.cc +++ b/webkit/glue/plugins/test/plugin_new_fails_test.cc @@ -16,4 +16,3 @@ NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[], } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_new_fails_test.h b/webkit/glue/plugins/test/plugin_new_fails_test.h index a3f4ade..1acf9e5 100644 --- a/webkit/glue/plugins/test/plugin_new_fails_test.h +++ b/webkit/glue/plugins/test/plugin_new_fails_test.h @@ -19,4 +19,3 @@ class NewFailsTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_PLUGIN_NPP_NEW_FAILS_TEST_H__ - diff --git a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc index 2907a5e..6dfe618 100644 --- a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc +++ b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc @@ -159,4 +159,3 @@ void CALLBACK NPObjectDeletePluginInNPN_Evaluate::TimerProc( } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h index 935f626..d4c1ac5 100644 --- a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h +++ b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h @@ -68,5 +68,3 @@ class NPObjectDeletePluginInNPN_Evaluate : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc b/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc index bc191be..5e80cf5 100644 --- a/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc +++ b/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc @@ -46,4 +46,3 @@ NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_npobject_proxy_test.h b/webkit/glue/plugins/test/plugin_npobject_proxy_test.h index ad1e19f..3d14ddb 100644 --- a/webkit/glue/plugins/test/plugin_npobject_proxy_test.h +++ b/webkit/glue/plugins/test/plugin_npobject_proxy_test.h @@ -25,5 +25,3 @@ class NPObjectProxyTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_PROXY_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_test.cc b/webkit/glue/plugins/test/plugin_test.cc index f70c429..bd3d552 100644 --- a/webkit/glue/plugins/test/plugin_test.cc +++ b/webkit/glue/plugins/test/plugin_test.cc @@ -135,4 +135,3 @@ int16 PluginTest::HandleEvent(void* event) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_test.h b/webkit/glue/plugins/test/plugin_test.h index 0332339..77b280a 100644 --- a/webkit/glue/plugins/test/plugin_test.h +++ b/webkit/glue/plugins/test/plugin_test.h @@ -122,5 +122,3 @@ class PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_window_size_test.cc b/webkit/glue/plugins/test/plugin_window_size_test.cc index ea8894c..0321658 100644 --- a/webkit/glue/plugins/test/plugin_window_size_test.cc +++ b/webkit/glue/plugins/test/plugin_window_size_test.cc @@ -40,4 +40,3 @@ NPError PluginWindowSizeTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_window_size_test.h b/webkit/glue/plugins/test/plugin_window_size_test.h index e372940..3650671 100644 --- a/webkit/glue/plugins/test/plugin_window_size_test.h +++ b/webkit/glue/plugins/test/plugin_window_size_test.h @@ -22,5 +22,3 @@ class PluginWindowSizeTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_WINDOW_SIZE_TEST_H - - |