Index: ui/aura_shell/examples/aura_shell_main.cc |
=================================================================== |
--- ui/aura_shell/examples/aura_shell_main.cc (revision 110305) |
+++ ui/aura_shell/examples/aura_shell_main.cc (working copy) |
@@ -60,8 +60,16 @@ |
} |
}; |
-} // namesapce |
+} // namespace |
+namespace aura_shell { |
+namespace examples { |
+ |
+void InitWindowTypeLauncher(); |
+ |
+} // namespace examples |
+} // namespace aura_shell |
+ |
int main(int argc, char** argv) { |
CommandLine::Init(argc, argv); |