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

Unified Diff: chromeos/app_mode/kiosk_oem_manifest_parser.h

Issue 14643006: [chromeos] Remove dependencies of StatisticsProvider on chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 8 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: chromeos/app_mode/kiosk_oem_manifest_parser.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h b/chromeos/app_mode/kiosk_oem_manifest_parser.h
similarity index 81%
rename from chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h
rename to chromeos/app_mode/kiosk_oem_manifest_parser.h
index 93f9518034d2d7e276b37b229cc1d388a1f1efec..05b7e0a99cb30f0fa5ee4f31b2cfd98b4bbfcf73 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h
+++ b/chromeos/app_mode/kiosk_oem_manifest_parser.h
@@ -2,17 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
-#define CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
+#ifndef CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
+#define CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
#include <string>
#include "base/files/file_path.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
// Parser for app kiosk OEM manifest files.
-class KioskOemManifestParser {
+class CHROMEOS_EXPORT KioskOemManifestParser {
public:
// Kiosk OEM manifest.
struct Manifest {
@@ -40,4 +41,4 @@ class KioskOemManifestParser {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
+#endif // CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698