Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "content/browser/gamepad/data_fetcher.h" | |
| 6 | |
| 7 namespace gamepad { | |
| 8 | |
| 9 DataFetcher::~DataFetcher() { | |
|
jam
2011/11/16 00:24:58
we avoid adding a cc file just for an empty destru
scottmg
2011/11/16 18:04:35
Done.
| |
| 10 } | |
| 11 | |
| 12 } | |
| OLD | NEW |