summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_process.h
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 14:22:48 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 14:22:48 +0000
commitd0db3480332c0612ea70299281ca85fe65340834 (patch)
treedba21ba9eb6b4a2f2269a5db8c7f34d01c016a8b /chrome/plugin/plugin_process.h
parent3cae153ece09c094253080735d5fdf4d42299d8c (diff)
downloadchromium_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.h7
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_