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

Unified Diff: content/gpu/gpu_info_collector_win.cc

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/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_info_collector_win.cc
diff --git a/content/gpu/gpu_info_collector_win.cc b/content/gpu/gpu_info_collector_win.cc
index a3283d5d4179797f3ae22555c7eff2c30198b690..4e32805ebb68f5672d18dc8538e0cb0dd72bebd1 100644
--- a/content/gpu/gpu_info_collector_win.cc
+++ b/content/gpu/gpu_info_collector_win.cc
@@ -4,21 +4,21 @@
#include "content/gpu/gpu_info_collector.h"
+#include <windows.h>
#include <d3d9.h>
#include <setupapi.h>
-#include <windows.h>
#include "base/file_path.h"
#include "base/logging.h"
-#include "base/memory/scoped_native_library.h"
+#include "base/scoped_native_library.h"
#include "base/string_number_conversions.h"
#include "base/string_util.h"
#include "ui/gfx/gl/gl_implementation.h"
#include "ui/gfx/gl/gl_surface_egl.h"
// ANGLE seems to require that main.h be included before any other ANGLE header.
-#include "libEGL/main.h"
#include "libEGL/Display.h"
+#include "libEGL/main.h"
namespace {
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/ppapi_plugin/ppapi_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698