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

Unified Diff: base/test/test_support_android.cc

Issue 10910209: Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: base/test/test_support_android.cc
diff --git a/base/test/test_support_android.cc b/base/test/test_support_android.cc
index db44cace0b8642970c583757f9caf9e62bb91634..775aba4c40a43f3dd385212442b3c5fa930f1351 100644
--- a/base/test/test_support_android.cc
+++ b/base/test/test_support_android.cc
@@ -5,13 +5,14 @@
#include <stdarg.h>
#include <string.h>
-#include "base/android/path_utils.h"
+#include "base/base_paths_android.h"
#include "base/file_path.h"
#include "base/logging.h"
+#include "base/path_service.h"
+#include "base/android/path_utils.h"
#include "base/memory/singleton.h"
#include "base/message_loop.h"
#include "base/message_pump_android.h"
-#include "base/path_service.h"
#include "base/synchronization/waitable_event.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698