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

Unified Diff: chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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
Index: chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
diff --git a/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc b/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
index 71186f52b17a72031d4fd0b3ba44f54469f146e1..7b0d611481732061fafaf6323efd2091a72e56b5 100644
--- a/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
+++ b/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
@@ -15,7 +15,7 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace drive {
-namespace fileapi_internal {
+namespace storage_internal {
namespace {
// Increments |num_called| for checking how many times the closure is called.
@@ -262,5 +262,5 @@ TEST_F(FileApiWorkerTest, OpenFileForOpenRead) {
EXPECT_TRUE(file_system.closed());
}
-} // namespace fileapi_internal
+} // namespace storage_internal
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698