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

Unified Diff: plugin/cross/async_loading.h

Issue 149784: Add RawData request in preparation for manual loading of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 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
Index: plugin/cross/async_loading.h
===================================================================
--- plugin/cross/async_loading.h (revision 20922)
+++ plugin/cross/async_loading.h (working copy)
@@ -32,8 +32,8 @@
// This file declares the glue for FileRequest actions.
-#ifndef EXPERIMENTAL_O3D_O3DPLUGIN_AUTOGEN_O3D_GLUE_ASYNC_LOADING_H_
-#define EXPERIMENTAL_O3D_O3DPLUGIN_AUTOGEN_O3D_GLUE_ASYNC_LOADING_H_
+#ifndef O3D_PLUGIN_CROSS_ASYNC_LOADING_H_
+#define O3D_PLUGIN_CROSS_ASYNC_LOADING_H_
#include "core/cross/callback.h"
#include "core/cross/types.h"
@@ -64,4 +64,4 @@
} // namespace namespace_o3d
} // namespace glue
-#endif // EXPERIMENTAL_O3D_O3DPLUGIN_AUTOGEN_O3D_GLUE_ASYNC_LOADING_H_
+#endif // O3D_PLUGIN_CROSS_ASYNC_LOADING_H_

Powered by Google App Engine
This is Rietveld 408576698