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

Unified Diff: webkit/fileapi/obfuscated_file_util.cc

Issue 11747020: Cleanup: Remove using statements from webkit/fileapi header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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 | « webkit/fileapi/obfuscated_file_util.h ('k') | webkit/fileapi/obfuscated_file_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/obfuscated_file_util.cc
===================================================================
--- webkit/fileapi/obfuscated_file_util.cc (revision 174833)
+++ webkit/fileapi/obfuscated_file_util.cc (working copy)
@@ -12,7 +12,6 @@
#include "base/format_macros.h"
#include "base/logging.h"
#include "base/message_loop.h"
-#include "base/metrics/histogram.h"
#include "base/stl_util.h"
#include "base/string_number_conversions.h"
#include "base/stringprintf.h"
@@ -960,7 +959,6 @@
// At this point we are sure we had successfully deleted the origin/type
// directory (i.e. we're ready to just return true).
-
// See if we have other directories in this origin directory.
std::vector<FileSystemType> other_types;
if (type != kFileSystemTypeTemporary)
« no previous file with comments | « webkit/fileapi/obfuscated_file_util.h ('k') | webkit/fileapi/obfuscated_file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698