aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/file.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/util/file.h
parentfeb09392389fa0fedbd364e1c90e86358014a051 (diff)
Update include guards.
-- MOS_MIGRATED_REVID=93413161
Diffstat (limited to 'src/main/cpp/util/file.h')
-rw-r--r--src/main/cpp/util/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/cpp/util/file.h b/src/main/cpp/util/file.h
index 1087153da3..461b85f576 100644
--- a/src/main/cpp/util/file.h
+++ b/src/main/cpp/util/file.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_UTIL_FILE_H_
-#define DEVTOOLS_BLAZE_MAIN_UTIL_FILE_H_
+#ifndef BAZEL_SRC_MAIN_CPP_UTIL_FILE_H_
+#define BAZEL_SRC_MAIN_CPP_UTIL_FILE_H_
#include <string>
@@ -38,4 +38,4 @@ string Which(const string &executable);
} // namespace blaze_util
-#endif // DEVTOOLS_BLAZE_MAIN_UTIL_FILE_H_
+#endif // BAZEL_SRC_MAIN_CPP_UTIL_FILE_H_