| Index: chrome/utility/importer/importer.h
|
| diff --git a/chrome/browser/importer/importer.h b/chrome/utility/importer/importer.h
|
| similarity index 90%
|
| rename from chrome/browser/importer/importer.h
|
| rename to chrome/utility/importer/importer.h
|
| index a2f2340140455606f2f35a71e082f8d24e45dc63..36483e071a71db196d08f4b087aaa4b5fd71c84c 100644
|
| --- a/chrome/browser/importer/importer.h
|
| +++ b/chrome/utility/importer/importer.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_IMPORTER_IMPORTER_H_
|
| -#define CHROME_BROWSER_IMPORTER_IMPORTER_H_
|
| +#ifndef CHROME_UTILITY_IMPORTER_IMPORTER_H_
|
| +#define CHROME_UTILITY_IMPORTER_IMPORTER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -45,4 +45,4 @@ class Importer : public base::RefCountedThreadSafe<Importer> {
|
| DISALLOW_COPY_AND_ASSIGN(Importer);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_IMPORTER_IMPORTER_H_
|
| +#endif // CHROME_UTILITY_IMPORTER_IMPORTER_H_
|
|
|