diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 14:22:48 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 14:22:48 +0000 |
commit | d0db3480332c0612ea70299281ca85fe65340834 (patch) | |
tree | dba21ba9eb6b4a2f2269a5db8c7f34d01c016a8b /chrome/plugin/plugin_process.h | |
parent | 3cae153ece09c094253080735d5fdf4d42299d8c (diff) | |
download | chromium_src-d0db3480332c0612ea70299281ca85fe65340834.zip chromium_src-d0db3480332c0612ea70299281ca85fe65340834.tar.gz chromium_src-d0db3480332c0612ea70299281ca85fe65340834.tar.bz2 |
NO CODE CHANGE. Just force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_process.h')
-rw-r--r-- | chrome/plugin/plugin_process.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/plugin_process.h b/chrome/plugin/plugin_process.h index 2514efa..444d597 100644 --- a/chrome/plugin/plugin_process.h +++ b/chrome/plugin/plugin_process.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_PROCESS_H__ -#define CHROME_PLUGIN_PLUGIN_PROCESS_H__ +#ifndef CHROME_PLUGIN_PLUGIN_PROCESS_H_ +#define CHROME_PLUGIN_PLUGIN_PROCESS_H_ #include "chrome/common/child_process.h" #include "chrome/plugin/plugin_thread.h" @@ -48,5 +48,4 @@ class PluginProcess : public ChildProcess { DISALLOW_EVIL_CONSTRUCTORS(PluginProcess); }; -#endif // CHROME_PLUGIN_PLUGIN_PROCESS_H__ - +#endif // CHROME_PLUGIN_PLUGIN_PROCESS_H_ |