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

Unified Diff: components/component_updater/component_unpacker.h

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: components/component_updater/component_unpacker.h
diff --git a/chrome/browser/component_updater/component_unpacker.h b/components/component_updater/component_unpacker.h
similarity index 96%
rename from chrome/browser/component_updater/component_unpacker.h
rename to components/component_updater/component_unpacker.h
index cbde49392250b7f3ddbbd59b91224f29fc9261c8..bf752f6ae1438292e4729aef444ef746a69abff7 100644
--- a/chrome/browser/component_updater/component_unpacker.h
+++ b/components/component_updater/component_unpacker.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_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
+#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
+#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
#include <string>
#include <vector>
@@ -158,4 +158,4 @@ class ComponentUnpacker : public base::RefCountedThreadSafe<ComponentUnpacker> {
} // namespace component_updater
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
+#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UNPACKER_H_
« no previous file with comments | « components/component_updater/component_patcher_operation.cc ('k') | components/component_updater/component_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698