summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_origin_database.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 04:14:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 04:14:23 +0000
commite57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b (patch)
tree749e2cc0ae20a323b91d7162823bf8dd7e557fad /webkit/fileapi/file_system_origin_database.h
parente10f6c8060762def59918d6ae2658065e6d4a406 (diff)
downloadchromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.zip
chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.gz
chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.bz2
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
BUG=none TEST=none Review URL: http://codereview.chromium.org/7149008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_origin_database.h')
-rw-r--r--webkit/fileapi/file_system_origin_database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_origin_database.h b/webkit/fileapi/file_system_origin_database.h
index 885d165..63a4b815 100644
--- a/webkit/fileapi/file_system_origin_database.h
+++ b/webkit/fileapi/file_system_origin_database.h
@@ -10,7 +10,7 @@
#include <vector>
#include "base/file_path.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_ptr.h"
#include "third_party/leveldb/include/leveldb/db.h"
namespace fileapi {
@@ -30,7 +30,7 @@ class FileSystemOriginDatabase {
// Only one instance of FileSystemOriginDatabase should exist for a given path
// at a given time.
- FileSystemOriginDatabase(const FilePath& path);
+ explicit FileSystemOriginDatabase(const FilePath& path);
~FileSystemOriginDatabase();
bool HasOriginPath(const std::string& origin);