Index: mojo/public/cpp/bindings/error_handler.h |
diff --git a/mojo/public/bindings/error_handler.h b/mojo/public/cpp/bindings/error_handler.h |
similarity index 66% |
rename from mojo/public/bindings/error_handler.h |
rename to mojo/public/cpp/bindings/error_handler.h |
index cfe18607d92c5b445c8ab93f63a2574936b7cf92..25c0d651b21b3ed8f72535676e8a57941961cf70 100644 |
--- a/mojo/public/bindings/error_handler.h |
+++ b/mojo/public/cpp/bindings/error_handler.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 MOJO_PUBLIC_BINDINGS_ERROR_HANDLER_H_ |
-#define MOJO_PUBLIC_BINDINGS_ERROR_HANDLER_H_ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_ERROR_HANDLER_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_ERROR_HANDLER_H_ |
namespace mojo { |
@@ -15,4 +15,4 @@ class ErrorHandler { |
} // namespace mojo |
-#endif // MOJO_PUBLIC_BINDINGS_ERROR_HANDLER_H_ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_ERROR_HANDLER_H_ |