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

Unified Diff: base/libxml_utils.h

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: base/libxml_utils.h
diff --git a/chrome/common/libxml_utils.h b/base/libxml_utils.h
similarity index 98%
rename from chrome/common/libxml_utils.h
rename to base/libxml_utils.h
index cf53341949df763719c33074ad56a4c370b46a63..74c6c52ff8e2ccfcaed71ea833425445bb007b22 100644
--- a/chrome/common/libxml_utils.h
+++ b/base/libxml_utils.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_COMMON_LIBXML_UTILS_H__
-#define CHROME_COMMON_LIBXML_UTILS_H__
+#ifndef BASE_LIBXML_UTILS_H__
+#define BASE_LIBXML_UTILS_H__
#pragma once
#include <string>
@@ -182,4 +182,4 @@ class XmlWriter {
xmlBufferPtr buffer_;
};
-#endif // CHROME_COMMON_LIBXML_UTILS_H__
+#endif // BASE_LIBXML_UTILS_H__

Powered by Google App Engine
This is Rietveld 408576698