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

Unified Diff: components/nacl/loader/nacl_validation_db.h

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder Created 7 years, 6 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 | « components/nacl/loader/nacl_sandbox_linux.cc ('k') | components/nacl/loader/nacl_validation_query.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_validation_db.h
diff --git a/chrome/nacl/nacl_validation_db.h b/components/nacl/loader/nacl_validation_db.h
similarity index 80%
rename from chrome/nacl/nacl_validation_db.h
rename to components/nacl/loader/nacl_validation_db.h
index 81351d22626481ac78d0232d7a044ebb07051044..081e24f18fba4e624fb67f96ddf9558eed6df134 100644
--- a/chrome/nacl/nacl_validation_db.h
+++ b/components/nacl/loader/nacl_validation_db.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_NACL_NACL_VALIDATION_DB_H_
-#define CHROME_NACL_NACL_VALIDATION_DB_H_
+#ifndef COMPONENTS_NACL_LOADER_NACL_VALIDATION_DB_H_
+#define COMPONENTS_NACL_LOADER_NACL_VALIDATION_DB_H_
#include <string>
@@ -25,4 +25,4 @@ class NaClValidationDB {
DISALLOW_COPY_AND_ASSIGN(NaClValidationDB);
};
-#endif // CHROME_NACL_NACL_VALIDATION_DB_H_
+#endif // COMPONENTS_NACL_LOADER_NACL_VALIDATION_DB_H_
« no previous file with comments | « components/nacl/loader/nacl_sandbox_linux.cc ('k') | components/nacl/loader/nacl_validation_query.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698