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

Unified Diff: chrome/browser/extensions/api/wm/wm_api.h

Issue 10855228: [NOT FOR REVIEW] extensions-wm: Add experimental extension API for window management. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prompt-string Created 8 years, 4 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/extensions/api/wm/wm_api.h
diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/extensions/api/wm/wm_api.h
similarity index 52%
copy from chrome/browser/android/tab_android.cc
copy to chrome/browser/extensions/api/wm/wm_api.h
index 1b9345a82a6140472c37d9694a3b5281c0df8573..be81b546448c050c1fed211624f9edeeaa187c7f 100644
--- a/chrome/browser/android/tab_android.cc
+++ b/chrome/browser/extensions/api/wm/wm_api.h
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/android/tab_android.h"
+#ifndef CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_
Aaron Boodman 2012/08/21 21:13:43 empty file?
Aaron Boodman 2012/08/21 21:13:43 Google C++ style guide discourages abbreviations.
+#define CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_
-TabAndroid::TabAndroid() : tab_id_(-1) {
-}
-TabAndroid::~TabAndroid() {
-}
+#endif // CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_

Powered by Google App Engine
This is Rietveld 408576698