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

Unified Diff: chrome/browser/android/tab_android.cc

Issue 10803010: Upstream TabAndroid abstract class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@os_compat
Patch Set: Created 8 years, 5 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: chrome/browser/android/tab_android.cc
diff --git a/ui/aura/display_observer.cc b/chrome/browser/android/tab_android.cc
similarity index 59%
copy from ui/aura/display_observer.cc
copy to chrome/browser/android/tab_android.cc
index d9120fdebf2fd503337241ef90c5dd361dac95d8..1b9345a82a6140472c37d9694a3b5281c0df8573 100644
--- a/ui/aura/display_observer.cc
+++ b/chrome/browser/android/tab_android.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/aura/display_observer.h"
+#include "chrome/browser/android/tab_android.h"
-namespace aura {
-
-DisplayObserver::~DisplayObserver() {
+TabAndroid::TabAndroid() : tab_id_(-1) {
}
-} // namespace aura
+TabAndroid::~TabAndroid() {
+}

Powered by Google App Engine
This is Rietveld 408576698