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

Unified Diff: chrome/browser/android/crash_dump_manager.cc

Issue 11293210: Move global_descriptors to base/posix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: chrome/browser/android/crash_dump_manager.cc
diff --git a/chrome/browser/android/crash_dump_manager.cc b/chrome/browser/android/crash_dump_manager.cc
index 894f4ab725203a1ce23831a8b12495ac5c4af9a0..66be4ce517f41c29c22355a17627ed15d2f8fd34 100644
--- a/chrome/browser/android/crash_dump_manager.cc
+++ b/chrome/browser/android/crash_dump_manager.cc
@@ -7,9 +7,9 @@
#include "base/bind.h"
#include "base/file_util.h"
#include "base/format_macros.h"
-#include "base/global_descriptors_posix.h"
#include "base/logging.h"
#include "base/path_service.h"
+#include "base/posix/global_descriptors.h"
#include "base/process.h"
#include "base/rand_util.h"
#include "base/stl_util.h"
« no previous file with comments | « chrome/app/breakpad_linux.cc ('k') | chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698