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

Unified Diff: plugin/win/update_lock.h

Issue 149130: In preparation for becoming an internal plugin in chrome I did these things:... (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/win/update_lock.h
===================================================================
--- plugin/win/update_lock.h (revision 20106)
+++ plugin/win/update_lock.h (working copy)
@@ -33,6 +33,8 @@
#ifndef O3D_PLUGIN_WIN_UPDATE_LOCK_H_
#define O3D_PLUGIN_WIN_UPDATE_LOCK_H_
+#if !defined(O3D_INTERNAL_PLUGIN)
+
#include <windows.h>
#include "base/basictypes.h"
@@ -96,5 +98,7 @@
}
} // namespace update_lock
+#endif // O3D_INTERNAL_PLUGIN
+
#endif // O3D_PLUGIN_WIN_UPDATE_LOCK_H_
« plugin/mac/main_mac.mm ('K') | « plugin/win/main_win.cc ('k') | plugin/win/update_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698