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

Unified Diff: content/browser/android/tracing_intent_handler.h

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/app/android/library_loader_hooks.cc ('k') | content/browser/android/tracing_intent_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/tracing_intent_handler.h
===================================================================
--- content/browser/android/tracing_intent_handler.h (revision 199525)
+++ content/browser/android/tracing_intent_handler.h (working copy)
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H
-#define CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H
+#ifndef CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H_
+#define CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H_
#include <jni.h>
#include <string>
-#include "base/file_util.h"
#include "content/browser/tracing/trace_subscriber_stdio.h"
namespace content {
@@ -29,4 +28,4 @@
};
} // namespace content
-#endif // CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H
+#endif // CONTENT_BROWSER_ANDROID_TRACING_INTENT_HANDLER_H_
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/android/tracing_intent_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698