aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_startup_options.h
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-12 14:52:30 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-15 09:35:13 +0000
commit0d56b6cdc0d2177231a2c14ab4c33be40a3ae234 (patch)
tree977321caee47430a9609c6d24015570187bafb48 /src/main/cpp/blaze_startup_options.h
parentfeb09392389fa0fedbd364e1c90e86358014a051 (diff)
Update include guards.
-- MOS_MIGRATED_REVID=93413161
Diffstat (limited to 'src/main/cpp/blaze_startup_options.h')
-rw-r--r--src/main/cpp/blaze_startup_options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/cpp/blaze_startup_options.h b/src/main/cpp/blaze_startup_options.h
index c0de4fc347..ee006cd9d8 100644
--- a/src/main/cpp/blaze_startup_options.h
+++ b/src/main/cpp/blaze_startup_options.h
@@ -11,8 +11,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef DEVTOOLS_BLAZE_MAIN_BLAZE_STARTUP_OPTIONS_H_
-#define DEVTOOLS_BLAZE_MAIN_BLAZE_STARTUP_OPTIONS_H_
+#ifndef BAZEL_SRC_MAIN_CPP_BLAZE_STARTUP_OPTIONS_H_
+#define BAZEL_SRC_MAIN_CPP_BLAZE_STARTUP_OPTIONS_H_
#include <map>
#include <memory>
@@ -215,4 +215,4 @@ class BlazeStartupOptions {
};
} // namespace blaze
-#endif // DEVTOOLS_BLAZE_MAIN_BLAZE_STARTUP_OPTIONS_H_
+#endif // BAZEL_SRC_MAIN_CPP_BLAZE_STARTUP_OPTIONS_H_