diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 14:44:41 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 14:44:41 +0000 |
commit | 318f90781e92aa320b9887fccc75ce5aa4861340 (patch) | |
tree | 3421425425935ad3b80aa5235427f9ace16ca704 /chrome/plugin | |
parent | 16953001e00d868d671c2fc74ad30618e7900414 (diff) | |
download | chromium_src-318f90781e92aa320b9887fccc75ce5aa4861340.zip chromium_src-318f90781e92aa320b9887fccc75ce5aa4861340.tar.gz chromium_src-318f90781e92aa320b9887fccc75ce5aa4861340.tar.bz2 |
No code change. Force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/plugin_thread.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chrome/plugin/plugin_thread.h b/chrome/plugin/plugin_thread.h index df4b67a..46da0e4 100644 --- a/chrome/plugin/plugin_thread.h +++ b/chrome/plugin/plugin_thread.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_PLUGIN_PLUGIN_THREAD_H__ -#define CHROME_PLUGIN_PLUGIN_THREAD_H__ +#ifndef CHROME_PLUGIN_PLUGIN_THREAD_H_ +#define CHROME_PLUGIN_PLUGIN_THREAD_H_ #include "base/thread.h" #include "chrome/common/ipc_sync_channel.h" @@ -35,7 +35,9 @@ class PluginThread : public IPC::Channel::Listener, static PluginThread* GetPluginThread() { return plugin_thread_; } // Returns the one true dispatcher. - ResourceDispatcher* resource_dispatcher() { return resource_dispatcher_.get(); } + ResourceDispatcher* resource_dispatcher() { + return resource_dispatcher_.get(); + } private: // Thread implementation: @@ -71,5 +73,4 @@ class PluginThread : public IPC::Channel::Listener, DISALLOW_EVIL_CONSTRUCTORS(PluginThread); }; -#endif // CHROME_PLUGIN_PLUGIN_THREAD_H__ - +#endif // CHROME_PLUGIN_PLUGIN_THREAD_H_ |