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

Unified Diff: chrome/nacl/nacl_thread.cc

Issue 5875005: Cleanup: Remove unneeded includes of notification_service.h.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: put includes in right order Created 10 years 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 | « chrome/common/net/url_request_intercept_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/nacl_thread.cc
===================================================================
--- chrome/nacl/nacl_thread.cc (revision 69306)
+++ chrome/nacl/nacl_thread.cc (working copy)
@@ -4,9 +4,10 @@
#include "chrome/nacl/nacl_thread.h"
+#include <vector>
+
#include "base/atomicops.h"
#include "base/scoped_ptr.h"
-#include "chrome/common/notification_service.h"
#include "chrome/common/nacl_messages.h"
#include "native_client/src/shared/imc/nacl_imc.h"
@@ -47,8 +48,8 @@
return -1;
}
-}
-#endif
+} // namespace
+#endif // defined(OS_MACOSX)
// This is ugly. We need an interface header file for the exported
// sel_ldr interfaces.
« no previous file with comments | « chrome/common/net/url_request_intercept_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698