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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 7048007: Move scoped_temp_dir and scoped_native_library back from base/memory to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unknwn Created 9 years, 7 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
« no previous file with comments | « content/gpu/gpu_info_collector_win.cc ('k') | net/base/cert_database_nss_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index 9dc2d72dabfedb46c18672cffaacfa5a62a2ac77..eedbd0a53ff25d5b6bc2a2fee430171ac78afd38 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -7,14 +7,14 @@
#pragma once
#include "base/basictypes.h"
-#include "base/memory/scoped_native_library.h"
#include "base/memory/scoped_ptr.h"
#include "base/process.h"
+#include "base/scoped_native_library.h"
#include "build/build_config.h"
#include "content/common/child_thread.h"
#include "ppapi/c/pp_module.h"
-#include "ppapi/proxy/plugin_dispatcher.h"
#include "ppapi/c/trusted/ppp_broker.h"
+#include "ppapi/proxy/plugin_dispatcher.h"
class FilePath;
class PpapiWebKitThread;
« no previous file with comments | « content/gpu/gpu_info_collector_win.cc ('k') | net/base/cert_database_nss_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698