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

Unified Diff: ui/gfx/android/window_android.cc

Issue 14018004: [Android] Refactor NativeView to be able to use it for AutofillDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding UI_EXPORT Created 7 years, 8 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: ui/gfx/android/window_android.cc
diff --git a/ui/gfx/android/window_android.cc b/ui/gfx/android/window_android.cc
index 9ade2bb02465237589f31fde8110d2552b2b9e37..ebaa2fd23b0cc83ad8ee8c01679ff989ad199393 100644
--- a/ui/gfx/android/window_android.cc
+++ b/ui/gfx/android/window_android.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "window_android.h"
+#include "ui/gfx/android/window_android.h"
#include "base/android/jni_android.h"
#include "base/android/jni_helper.h"
#include "base/android/scoped_java_ref.h"
-#include "jni/NativeWindow_jni.h"
+#include "jni/WindowAndroid_jni.h"
namespace ui {

Powered by Google App Engine
This is Rietveld 408576698