summaryrefslogtreecommitdiffstats
path: root/webkit/chromeos
diff options
context:
space:
mode:
authorvitalyr@chromium.org <vitalyr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 14:26:56 +0000
committervitalyr@chromium.org <vitalyr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 14:26:56 +0000
commitfff471d7d1ea75d33096196d09aa194b7fb7ca02 (patch)
treef88877e264685ff41a360514f39cd3612ec0e4b5 /webkit/chromeos
parentd8b50bece6058f921006bc734bd045fa55ff49be (diff)
downloadchromium_src-fff471d7d1ea75d33096196d09aa194b7fb7ca02.zip
chromium_src-fff471d7d1ea75d33096196d09aa194b7fb7ca02.tar.gz
chromium_src-fff471d7d1ea75d33096196d09aa194b7fb7ca02.tar.bz2
WebKit roll 88829:88857.
Also add missing WebString include to cros_mount_point_provider.cc. Review URL: http://codereview.chromium.org/7170017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/chromeos')
-rw-r--r--webkit/chromeos/fileapi/cros_mount_point_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.cc b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
index 74df6d8..930d00e 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.cc
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
@@ -12,6 +12,7 @@
#include "base/stringprintf.h"
#include "base/synchronization/lock.h"
#include "base/utf_string_conversions.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
@@ -188,4 +189,3 @@ bool CrosMountPointProvider::GetVirtualPath(const FilePath& filesystem_path,
}
} // namespace chromeos
-