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

Unified Diff: third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp

Issue 2482653002: Move MIME related platform files under network/mime (Closed)
Patch Set: fix Created 4 years 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: third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp
diff --git a/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp
index 412ebd198da2260a67a78a80ca5d93855b849b7b..c7c98df1becdf230e1ca90a0d0f0c621139073a4 100644
--- a/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp
+++ b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "platform/MIMETypeRegistry.h"
+#include "platform/network/mime/MIMETypeRegistry.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698