Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/android/tab_android.h" | 5 #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.
| |
| 6 #define CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_ | |
| 6 | 7 |
| 7 TabAndroid::TabAndroid() : tab_id_(-1) { | |
| 8 } | |
| 9 | 8 |
| 10 TabAndroid::~TabAndroid() { | 9 #endif // CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_ |
| 11 } | |
| OLD | NEW |