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

Unified Diff: android_webview/browser/aw_gl_functor.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_gl_functor.cc
diff --git a/android_webview/native/aw_gl_functor.cc b/android_webview/browser/aw_gl_functor.cc
similarity index 98%
rename from android_webview/native/aw_gl_functor.cc
rename to android_webview/browser/aw_gl_functor.cc
index b9470f3fff55b4ce92b3f3b0805aa38393b6169d..257b1b5643a0db4be09b0e71ea372910da3798ad 100644
--- a/android_webview/native/aw_gl_functor.cc
+++ b/android_webview/browser/aw_gl_functor.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_gl_functor.h"
+#include "android_webview/browser/aw_gl_functor.h"
#include "android_webview/public/browser/draw_gl.h"
#include "content/public/browser/browser_thread.h"

Powered by Google App Engine
This is Rietveld 408576698