| Index: components/spellcheck/browser/spellcheck_host_metrics.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_host_metrics.h b/components/spellcheck/browser/spellcheck_host_metrics.h
|
| similarity index 93%
|
| rename from chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| rename to components/spellcheck/browser/spellcheck_host_metrics.h
|
| index 05da7ce8d32e88da57733df339ef250abc2e81d4..d2f0db7e61cb9685f14ecc9450a35b518509bd48 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| +++ b/components/spellcheck/browser/spellcheck_host_metrics.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 CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_HOST_METRICS_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_HOST_METRICS_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_HOST_METRICS_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_HOST_METRICS_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -94,4 +94,4 @@ class SpellCheckHostMetrics {
|
| base::RepeatingTimer recording_timer_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_HOST_METRICS_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLCHECK_HOST_METRICS_H_
|
|
|