Index: src/snapshot/snapshot.h |
diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h |
index 1379644fd85861e01ca12cd357799ec3675b8751..f0b90bbacd8136806d65c7bb53d45f6f686f7b79 100644 |
--- a/src/snapshot/snapshot.h |
+++ b/src/snapshot/snapshot.h |
@@ -89,6 +89,7 @@ class Snapshot : public AllStatic { |
void SetSnapshotFromFile(StartupData* snapshot_blob); |
#endif |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_SNAPSHOT_SNAPSHOT_H_ |