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

Unified Diff: webkit/fileapi/file_system_directory_database.h

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change parameter to const ref Created 9 years, 4 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 | « third_party/leveldatabase/port/port_chromium.cc ('k') | webkit/fileapi/file_system_directory_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_directory_database.h
diff --git a/webkit/fileapi/file_system_directory_database.h b/webkit/fileapi/file_system_directory_database.h
index d363499887b56b36d23e972783c98aa13cfb8529..78cae7d685ab58efc9a8f8ffaba2bdb70ccd77c8 100644
--- a/webkit/fileapi/file_system_directory_database.h
+++ b/webkit/fileapi/file_system_directory_database.h
@@ -11,7 +11,7 @@
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
-#include "third_party/leveldb/include/leveldb/db.h"
+#include "third_party/leveldatabase/src/include/leveldb/db.h"
namespace leveldb {
class WriteBatch;
« no previous file with comments | « third_party/leveldatabase/port/port_chromium.cc ('k') | webkit/fileapi/file_system_directory_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698