Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: sky/engine/bindings/exception_messages.h

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/bindings/dart_event_listener.cc ('k') | sky/engine/bindings/exception_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/exception_messages.h
diff --git a/sky/engine/bindings2/exception_messages.h b/sky/engine/bindings/exception_messages.h
similarity index 97%
rename from sky/engine/bindings2/exception_messages.h
rename to sky/engine/bindings/exception_messages.h
index 1a40c794c76de0abf51c7bdcae66d6bdaa847182..56750e32c99634ad95f7175f6b15d7deb75a8e81 100644
--- a/sky/engine/bindings2/exception_messages.h
+++ b/sky/engine/bindings/exception_messages.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 SKY_ENGINE_BINDINGS2_EXCEPTIONMESSAGES_H_
-#define SKY_ENGINE_BINDINGS2_EXCEPTIONMESSAGES_H_
+#ifndef SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
+#define SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
#include "sky/engine/wtf/MathExtras.h"
#include "sky/engine/wtf/text/StringBuilder.h"
@@ -152,4 +152,4 @@ String ExceptionMessages::formatNumber<double>(double number);
} // namespace blink
-#endif // SKY_ENGINE_BINDINGS2_EXCEPTIONMESSAGES_H_
+#endif // SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
« no previous file with comments | « sky/engine/bindings/dart_event_listener.cc ('k') | sky/engine/bindings/exception_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698