| Index: chrome/browser/chromeos/power/power_data_collector.h
|
| diff --git a/chromeos/power/power_data_collector.h b/chrome/browser/chromeos/power/power_data_collector.h
|
| similarity index 94%
|
| rename from chromeos/power/power_data_collector.h
|
| rename to chrome/browser/chromeos/power/power_data_collector.h
|
| index f57a0e9a975190186a6e2e9f8653af749a84aa92..141037ccbbe4b7edd7e28d7e7b8cd8ece36d47db 100644
|
| --- a/chromeos/power/power_data_collector.h
|
| +++ b/chrome/browser/chromeos/power/power_data_collector.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
| -#define CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
| +#define CHROME_BROWSER_CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
|
|
| #include <deque>
|
|
|
| @@ -112,4 +112,4 @@ void AddSample(std::deque<SampleType>* sample_queue, const SampleType& sample) {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_POWER_POWER_DATA_COLLECTOR_H_
|
|
|