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

Unified Diff: content/shell/android/browsertests_apk/content_browser_tests_android.cc

Issue 14606009: Cleanup: Remove unneeded base/file_util.h includes in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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/renderer/renderer_webkitplatformsupport_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/browsertests_apk/content_browser_tests_android.cc
===================================================================
--- content/shell/android/browsertests_apk/content_browser_tests_android.cc (revision 199525)
+++ content/shell/android/browsertests_apk/content_browser_tests_android.cc (working copy)
@@ -6,6 +6,7 @@
// inside an android application.
#include <android/log.h>
+#include <unistd.h>
#include "base/android/base_jni_registrar.h"
#include "base/android/jni_android.h"
@@ -13,7 +14,6 @@
#include "base/android/scoped_java_ref.h"
#include "base/base_switches.h"
#include "base/command_line.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/string_util.h"
@@ -53,7 +53,6 @@
jobject obj,
jstring jfiles_dir,
jobject app_context) {
-
// Command line basic initialization, will be fully initialized later.
static const char* const kInitialArgv[] = { "ContentBrowserTestsActivity" };
CommandLine::Init(arraysize(kInitialArgv), kInitialArgv);
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698