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

Unified Diff: components/nacl/loader/nacl_main_platform_delegate.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_main.cc ('k') | components/nacl/loader/nacl_main_platform_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_main_platform_delegate.h
diff --git a/chrome/nacl/nacl_main_platform_delegate.h b/components/nacl/loader/nacl_main_platform_delegate.h
similarity index 86%
rename from chrome/nacl/nacl_main_platform_delegate.h
rename to components/nacl/loader/nacl_main_platform_delegate.h
index a2d019eb600083f0e4e3d7252273f5e3a3e2b082..bcbf8f4db220f3903ba43a9795ef8d13f767bed3 100644
--- a/chrome/nacl/nacl_main_platform_delegate.h
+++ b/components/nacl/loader/nacl_main_platform_delegate.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_MAIN_PLATFORM_DELEGATE_H_
-#define CHROME_NACL_NACL_MAIN_PLATFORM_DELEGATE_H_
+#ifndef COMPONENTS_NACL_LOADER_NACL_MAIN_PLATFORM_DELEGATE_H_
+#define COMPONENTS_NACL_LOADER_NACL_MAIN_PLATFORM_DELEGATE_H_
#include "base/native_library.h"
#include "content/public/common/main_function_params.h"
@@ -41,4 +41,4 @@ class NaClMainPlatformDelegate {
DISALLOW_COPY_AND_ASSIGN(NaClMainPlatformDelegate);
};
-#endif // CHROME_NACL_NACL_MAIN_PLATFORM_DELEGATE_H_
+#endif // COMPONENTS_NACL_LOADER_NACL_MAIN_PLATFORM_DELEGATE_H_
« no previous file with comments | « components/nacl/loader/nacl_main.cc ('k') | components/nacl/loader/nacl_main_platform_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698