summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 01:36:27 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 01:36:27 +0000
commitb1b7214a9d09a21c5efda045137854e7131430ca (patch)
tree40bfa63a2868e57fe85e821ce3b2311db846b883 /chrome/plugin
parentbed2d1a4ac12b01f037e640fa40a09785347ba88 (diff)
downloadchromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.zip
chromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.tar.gz
chromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.tar.bz2
Superficial change to force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/chrome_plugin_host.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/chrome_plugin_host.h b/chrome/plugin/chrome_plugin_host.h
index ed7e80c..b44a9b1 100644
--- a/chrome/plugin/chrome_plugin_host.h
+++ b/chrome/plugin/chrome_plugin_host.h
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__
-#define CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__
+#ifndef CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_
+#define CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_
#include "chrome/common/chrome_plugin_api.h"
// Returns the table of browser functions for use from the plugin process.
CPBrowserFuncs* GetCPBrowserFuncsForPlugin();
-#endif // CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__
-
+#endif // CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_