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

Unified Diff: android_webview/browser/aw_debug.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/aw_debug.cc
diff --git a/android_webview/native/aw_debug.cc b/android_webview/browser/aw_debug.cc
similarity index 98%
rename from android_webview/native/aw_debug.cc
rename to android_webview/browser/aw_debug.cc
index 1a0ffd69edc59966a19fa03da1946db564f28642..140ef4fbefd28bffc66c637d2494a5480c692f44 100644
--- a/android_webview/native/aw_debug.cc
+++ b/android_webview/browser/aw_debug.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/aw_debug.h"
+#include "android_webview/browser/aw_debug.h"
#include "android_webview/common/crash_reporter/aw_microdump_crash_reporter.h"
#include "android_webview/common/crash_reporter/crash_keys.h"

Powered by Google App Engine
This is Rietveld 408576698