diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
commit | b6f87899677d55b5830f005e00df61d387c6b548 (patch) | |
tree | 3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/plugin | |
parent | 2fcccc7295206f24e1bc8526b40273cc6c30373e (diff) | |
download | chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.zip chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.gz chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in chrome/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_stub.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_util.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_main.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.cc | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index 9a070e9..bc5357a 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -615,4 +615,3 @@ CPBrowserFuncs* GetCPBrowserFuncsForPlugin() { return &browser_funcs; } - diff --git a/chrome/plugin/npobject_stub.cc b/chrome/plugin/npobject_stub.cc index a36a5f2..12a9df7 100644 --- a/chrome/plugin/npobject_stub.cc +++ b/chrome/plugin/npobject_stub.cc @@ -304,4 +304,3 @@ void NPObjectStub::OnSetException(const std::string& message) { NPN_SetException(npobject_, message.c_str()); } - diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h index 2c2590f..1ff38a0 100644 --- a/chrome/plugin/npobject_util.h +++ b/chrome/plugin/npobject_util.h @@ -67,4 +67,3 @@ HANDLE GetMessageBoxEvent(HWND hwnd); #endif // defined(OS_WIN) #endif // CHROME_PLUGIN_NPOBJECT_UTIL_H__ - diff --git a/chrome/plugin/plugin_main.cc b/chrome/plugin/plugin_main.cc index 7c56f24..f6808c1 100644 --- a/chrome/plugin/plugin_main.cc +++ b/chrome/plugin/plugin_main.cc @@ -83,4 +83,3 @@ int PluginMain(const MainFunctionParams& parameters) { CoUninitialize(); return 0; } - diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index 3026333..ab98068 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -341,4 +341,3 @@ void WebPluginDelegateStub::OnURLRequestRouted(const std::string& url, HANDLE notify_data) { delegate_->URLRequestRouted(url, notify_needed, notify_data); } - |