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

Unified Diff: webkit/browser/fileapi/isolated_context_unittest.cc

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/browser/fileapi/isolated_context_unittest.cc
diff --git a/webkit/fileapi/isolated_context_unittest.cc b/webkit/browser/fileapi/isolated_context_unittest.cc
similarity index 99%
rename from webkit/fileapi/isolated_context_unittest.cc
rename to webkit/browser/fileapi/isolated_context_unittest.cc
index 15f10f8af8a05456ba81f1e4f52b1b24aba4e946..de25160444e4a59e9e1b3ed4d50f394b9d6df5d8 100644
--- a/webkit/fileapi/isolated_context_unittest.cc
+++ b/webkit/browser/fileapi/isolated_context_unittest.cc
@@ -7,8 +7,8 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "webkit/browser/fileapi/isolated_context.h"
#include "webkit/fileapi/file_system_url.h"
-#include "webkit/fileapi/isolated_context.h"
#define FPL(x) FILE_PATH_LITERAL(x)

Powered by Google App Engine
This is Rietveld 408576698