Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5844)

Unified Diff: chrome/common/importer/pstore_declarations.h

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/importer/importer_bridge.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/importer/pstore_declarations.h
diff --git a/chrome/browser/importer/pstore_declarations.h b/chrome/common/importer/pstore_declarations.h
similarity index 96%
rename from chrome/browser/importer/pstore_declarations.h
rename to chrome/common/importer/pstore_declarations.h
index 805e54930a9a4d3e4b7e62bfd306033266fd4cae..e06ab6c776f53a4fb1506614ab1e11a121cf3bde 100644
--- a/chrome/browser/importer/pstore_declarations.h
+++ b/chrome/common/importer/pstore_declarations.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_PSTORE_DECLARATIONS_H_
-#define CHROME_BROWSER_IMPORTER_PSTORE_DECLARATIONS_H_
+#ifndef CHROME_COMMON_IMPORTER_PSTORE_DECLARATIONS_H_
+#define CHROME_COMMON_IMPORTER_PSTORE_DECLARATIONS_H_
#ifdef __PSTORE_H__
#error Should not include pstore.h and this file simultaneously.
@@ -179,4 +179,4 @@ interface IPStore : public IUnknown
IEnumPStoreItems __RPC_FAR *__RPC_FAR *ppenum) = 0;
};
-#endif // CHROME_BROWSER_IMPORTER_PSTORE_DECLARATIONS_H_
+#endif // CHROME_COMMON_IMPORTER_PSTORE_DECLARATIONS_H_
« no previous file with comments | « chrome/common/importer/importer_bridge.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698