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

Unified Diff: content/common/android/command_line.h

Issue 10532155: Upstream some more content/ DEPS-related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove JNIHelper/BitmapHolder Created 8 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 | « content/browser/android/trace_event_binding.cc ('k') | content/common/android/command_line.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/command_line.h
diff --git a/content/browser/android/command_line.h b/content/common/android/command_line.h
similarity index 76%
rename from content/browser/android/command_line.h
rename to content/common/android/command_line.h
index 5e440800442d0756e133f48283518d931c5121c3..acae4977ccc4a1ad6fc2dc0fcb27625d740a2af7 100644
--- a/content/browser/android/command_line.h
+++ b/content/common/android/command_line.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 CONTENT_BROWSER_ANDROID_COMMAND_LINE_H_
-#define CONTENT_BROWSER_ANDROID_COMMAND_LINE_H_
+#ifndef CONTENT_COMMON_ANDROID_COMMAND_LINE_H_
+#define CONTENT_COMMON_ANDROID_COMMAND_LINE_H_
#pragma once
#include <jni.h>
@@ -15,4 +15,4 @@ void InitNativeCommandLineFromJavaArray(JNIEnv* env,
// JNI registration boilerplate.
bool RegisterCommandLine(JNIEnv* env);
-#endif // CONTENT_BROWSER_ANDROID_COMMAND_LINE_H_
+#endif // CONTENT_COMMON_ANDROID_COMMAND_LINE_H_
« no previous file with comments | « content/browser/android/trace_event_binding.cc ('k') | content/common/android/command_line.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698