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

Unified Diff: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
index e137b98e5858d059002dd4db59b96e7b6acf25b5..f063f09bb403bc59de0c1dcdc4e55cbe631ab691 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -9,7 +9,8 @@ namespace content {
class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
public:
IndexedDBLayoutTest() : InProcessBrowserLayoutTest(
- FilePath(), FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
+ base::FilePath(),
+ base::FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
}
void RunLayoutTests(const char* file_names[]) {

Powered by Google App Engine
This is Rietveld 408576698