summaryrefslogtreecommitdiffstats
path: root/gin
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 19:49:39 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 19:49:39 +0000
commitdf55d2594e42d99b59bb75983ad72d0fca54c48f (patch)
treed85569cfd8586e6e58cb184e1d1ab5c4ff309346 /gin
parent2c13b4e4247e3fda8119b3a81c7ecd5d5d321fff (diff)
downloadchromium_src-df55d2594e42d99b59bb75983ad72d0fca54c48f.zip
chromium_src-df55d2594e42d99b59bb75983ad72d0fca54c48f.tar.gz
chromium_src-df55d2594e42d99b59bb75983ad72d0fca54c48f.tar.bz2
Fixes header guard of ShellRunner
I forgot to change these when I renamed from DefaultRunner to ShellRunner. BUG=none TEST=none R=abarth@chromium.org TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/179203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin')
-rw-r--r--gin/shell_runner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gin/shell_runner.h b/gin/shell_runner.h
index 23e495a..645bc8e 100644
--- a/gin/shell_runner.h
+++ b/gin/shell_runner.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 GIN_DEFAULT_RUNNER_H_
-#define GIN_DEFAULT_RUNNER_H_
+#ifndef GIN_SHELL_RUNNER_H_
+#define GIN_SHELL_RUNNER_H_
#include "gin/runner.h"
@@ -65,4 +65,4 @@ class GIN_EXPORT ShellRunner : public Runner {
} // namespace gin
-#endif // GIN_DEFAULT_RUNNER_H_
+#endif // GIN_SHELL_RUNNER_H_