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

Unified Diff: android_webview/browser/state_serializer_unittest.cc

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 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: android_webview/browser/state_serializer_unittest.cc
diff --git a/android_webview/native/state_serializer_unittest.cc b/android_webview/browser/state_serializer_unittest.cc
similarity index 99%
rename from android_webview/native/state_serializer_unittest.cc
rename to android_webview/browser/state_serializer_unittest.cc
index 03d65b8fcc8b5acfe872a435111f84d0cc0801b9..31454df28f6cade5d5f8909a382a02561b001405 100644
--- a/android_webview/native/state_serializer_unittest.cc
+++ b/android_webview/browser/state_serializer_unittest.cc
@@ -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 "android_webview/native/state_serializer.h"
+#include "android_webview/browser/state_serializer.h"
#include <memory>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698